Home
last modified time | relevance | path

Searched refs:ecma_string_is_length (Results 1 - 7 of 7) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-objects.c97 if (ecma_string_is_length (property_name_p)) in ecma_op_object_get_own_property()
137 if (ecma_string_is_length (property_name_p)) in ecma_op_object_get_own_property()
260 if (ecma_string_is_length (property_name_p)) in ecma_op_object_get_own_property()
464 if (ecma_string_is_length (property_name_p)) in ecma_op_object_find_own()
496 if (ecma_string_is_length (property_name_p)) in ecma_op_object_find_own()
614 if (ecma_string_is_length (property_name_p)) in ecma_op_object_find_own()
1294 if (ecma_string_is_length (property_name_p)) in ecma_op_object_put_with_receiver()
1453 if ((ecma_string_is_length (property_name_p)) in ecma_op_object_put_with_receiver()
1459 if (ecma_string_is_length (property_name_p)) in ecma_op_object_put_with_receiver()
H A Decma-get-put-value.c147 if (ecma_string_is_length (property_name_p)) in ecma_op_get_value_object_base()
H A Decma-array-object.c1074 if (ecma_string_is_length (property_name_p)) in ecma_op_array_object_define_own_property()
H A Decma-function-object.c1509 if (ecma_string_is_length (property_name_p)) in ecma_op_bound_function_try_to_lazy_instantiate_property()
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers.h349 bool ecma_string_is_length (const ecma_string_t *string_p);
H A Decma-helpers-string.c1553 ecma_string_is_length (const ecma_string_t *string_p) /**< property name */ in ecma_string_is_length() function
1556 } /* ecma_string_is_length */ in ecma_string_is_length()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtins.c646 if (ecma_string_is_length (string_p)) in ecma_builtin_routine_try_to_instantiate_property()

Completed in 14 milliseconds