Partial implementation of function call routine ([[Call]]).

This commit is contained in:
Ruben Ayrapetyan
2014-07-30 20:34:04 +04:00
parent 221fb47a77
commit e540590ddd
6 changed files with 161 additions and 10 deletions
+1 -1
View File
@@ -1397,7 +1397,7 @@ opfunc_call_0( OPCODE opdata, /**< operation data */
ECMA_LEXICAL_ENVIRONMENT_DECLARATIVE);
ret_value = run_int_from_pos( code_idx,
NULL,
ecma_make_simple_value( ECMA_SIMPLE_VALUE_UNDEFINED),
new_lex_env_p,
false);