Home
last modified time | relevance | path

Searched refs:object_to_string (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dheap-symbols.h159 V(object_to_string, "[object Object]") \
Dcontexts.h95 V(OBJECT_TO_STRING, JSFunction, object_to_string) \
Dbootstrapper.cc1540 Handle<JSFunction> object_to_string = in InitializeGlobal() local
1544 native_context()->set_object_to_string(*object_to_string); in InitializeGlobal()
Dapi.cc4525 !ToLocal<Value>(i::Execution::Call(isolate, isolate->object_to_string(), in ObjectProtoToString()
Dobjects.cc413 } else if (*to_string == *isolate->object_to_string()) { in NoSideEffectsToString()