Home
last modified time | relevance | path

Searched refs:ECMA_VALUE_NULL (Results 1 – 12 of 12) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-reference.c113 return ECMA_VALUE_NULL; in ecma_op_resolve_super_base()
Decma-proxy-object.c130 rev_proxy_p->proxy = ECMA_VALUE_NULL; in ecma_proxy_revoke_cb()
133 proxy_p->target = ECMA_VALUE_NULL; in ecma_proxy_revoke_cb()
136 proxy_p->handler = ECMA_VALUE_NULL; in ecma_proxy_revoke_cb()
Decma-regexp-object.c1731 ret_value = ECMA_VALUE_NULL; in ecma_regexp_exec_helper()
1788 ret_value = ECMA_VALUE_NULL; in ecma_regexp_exec_helper()
1811 ret_value = ECMA_VALUE_NULL; in ecma_regexp_exec_helper()
3296 ret_value = ECMA_VALUE_NULL; in ecma_regexp_match_helper()
Decma-function-object.c1446 value_p->value = ECMA_VALUE_NULL; in ecma_op_function_try_to_lazy_instantiate_property()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-value.c188 return ecma_is_value_equal_to_simple_value (value, ECMA_VALUE_NULL); in ecma_is_value_null()
439 if (proxy_obj_p->handler == ECMA_VALUE_NULL) in ecma_is_value_array()
Decma-globals.h198 ECMA_VALUE_NULL = ECMA_MAKE_VALUE (5), /**< null value */ enumerator
/third_party/jerryscript/jerry-core/api/
Djerry.c1621 return ECMA_VALUE_NULL; in jerry_create_null()
2760 prop_desc_p->getter = ECMA_VALUE_NULL; in jerry_get_own_property_descriptor()
2772 prop_desc_p->setter = ECMA_VALUE_NULL; in jerry_get_own_property_descriptor()
2992 return ECMA_VALUE_NULL; in jerry_get_prototype()
3943 return ECMA_VALUE_NULL; in jerry_detach_arraybuffer()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-date-prototype.c153 ret_value = ECMA_VALUE_NULL; in ecma_builtin_date_prototype_to_json()
Decma-builtin-object.c156 return ECMA_VALUE_NULL; in ecma_builtin_object_object_get_prototype_of()
Decma-builtin-json.c473 return ECMA_VALUE_NULL; in ecma_builtin_json_parse_value()
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c2734 jcontext_raise_exception (ECMA_VALUE_NULL); in parser_parse_script()
/third_party/jerryscript/jerry-core/vm/
Dvm.c1208 *stack_top_p++ = ECMA_VALUE_NULL; in vm_loop()