Implementing 'array_decl' opcode handler.

This commit is contained in:
Ruben Ayrapetyan
2014-08-27 18:28:26 +04:00
parent 76121926d1
commit 2feb159fd8
5 changed files with 75 additions and 4 deletions
+2
View File
@@ -50,6 +50,8 @@ opfunc_native_call (opcode_t opdata, /**< operation data */
if (ecma_is_empty_completion_value (get_arg_completion))
{
JERRY_ASSERT (args_read == args_number);
switch ((opcode_native_call_t)native_call_id_idx)
{
case OPCODE_NATIVE_CALL_LED_TOGGLE: