Home
last modified time | relevance | path

Searched defs:to_object (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-object-prototype.c267 ecma_value_t to_object = ecma_op_to_object (this_arg); in ecma_builtin_object_prototype_dispatch_routine() local
316 ecma_value_t to_object = ecma_op_to_object (this_arg); in ecma_builtin_object_prototype_dispatch_routine() local
/third_party/node/src/
Dheap_utils.cc165 Local<Object> to_object = info_objects[edge.second]; in CreateObject() local