Implement the core of Proxy object (#3562)
- Internal routines of the of the proxy object are unimplemented - For-in enumerate with proxy target is currently not supported JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
This commit is contained in:
@@ -124,7 +124,7 @@ ecma_builtin_reflect_dispatch_routine (uint16_t builtin_routine_id, /**< built-i
|
||||
|
||||
case ECMA_REFLECT_OBJECT_HAS:
|
||||
{
|
||||
ret_value = ecma_make_boolean_value (ecma_op_object_has_property (target_p, name_str_p));
|
||||
ret_value = ecma_op_object_has_property (target_p, name_str_p);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user