Partially implementing ToNumber operation.

This commit is contained in:
Ruben Ayrapetyan
2014-07-21 20:35:44 +04:00
parent 7a0612d441
commit 9b2b248728
5 changed files with 64 additions and 6 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ opfunc_jmp (OPCODE opdata, struct __int_data *int_data)
* See also: ECMA-262 v5, 11.13.1
*
* @return completion value
* Returned value must be freed with ecma_FreeCompletionValue
* Returned value must be freed with ecma_free_completion_value
*/
ecma_CompletionValue_t
opfunc_assignment (OPCODE opdata, /**< operation data */