Home
last modified time | relevance | path

Searched refs:target_func_p (Results 1 - 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-function-object.c1536 ecma_object_t *target_func_p; in ecma_op_bound_function_try_to_lazy_instantiate_property() local
1537 target_func_p = ECMA_GET_NON_NULL_POINTER_FROM_POINTER_TAG (ecma_object_t, in ecma_op_bound_function_try_to_lazy_instantiate_property()
1540 if (ecma_object_get_class_name (target_func_p) == LIT_MAGIC_STRING_FUNCTION_UL) in ecma_op_bound_function_try_to_lazy_instantiate_property()
1543 ecma_value_t get_len_value = ecma_op_object_get (target_func_p, property_name_p); in ecma_op_bound_function_try_to_lazy_instantiate_property()
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-gc.c250 ecma_object_t *target_func_p; in ecma_gc_mark_bound_function_object() local
251 target_func_p = ECMA_GET_NON_NULL_POINTER_FROM_POINTER_TAG (ecma_object_t, in ecma_gc_mark_bound_function_object()
254 ecma_gc_set_object_visited (target_func_p); in ecma_gc_mark_bound_function_object()

Completed in 5 milliseconds