Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-object-prototype.c267 ecma_value_t to_object = ecma_op_to_object (this_arg); in ecma_builtin_object_prototype_dispatch_routine() local
269 if (ECMA_IS_VALUE_ERROR (to_object)) in ecma_builtin_object_prototype_dispatch_routine()
271 return to_object; in ecma_builtin_object_prototype_dispatch_routine()
274 ecma_object_t *obj_p = ecma_get_object_from_value (to_object); in ecma_builtin_object_prototype_dispatch_routine()
316 ecma_value_t to_object = ecma_op_to_object (this_arg); in ecma_builtin_object_prototype_dispatch_routine() local
318 if (ECMA_IS_VALUE_ERROR (to_object)) in ecma_builtin_object_prototype_dispatch_routine()
321 return to_object; in ecma_builtin_object_prototype_dispatch_routine()
324 ecma_object_t *obj_p = ecma_get_object_from_value (to_object); in ecma_builtin_object_prototype_dispatch_routine()
/third_party/node/src/
H A Dheap_utils.cc180 Local<Object> to_object = info_objects[edge.second]; in CreateObject() local
193 edge_obj->Set(context, to_string, to_object).IsNothing() || in CreateObject()

Completed in 2 milliseconds