Home
last modified time | relevance | path

Searched refs:GetConstructorName (Results 1 - 14 of 14) sorted by relevance

/third_party/node/src/
H A Dnode_util.cc77 static void GetConstructorName( in GetConstructorName() function
82 Local<String> name = object->GetConstructorName(); in GetConstructorName()
380 registry->Register(GetConstructorName); in RegisterExternalReferences()
458 context, target, "getConstructorName", GetConstructorName); in Initialize()
H A Dnode_contextify.cc291 Local<String> ctor_name = sandbox_obj->GetConstructorName(); in New()
H A Dnode_messaging.cc523 entry.As<Object>()->GetConstructorName())); in Serialize()
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc262 String16 className = toProtocolString(isolate, object->GetConstructorName()); in descriptionForError()
306 return toProtocolString(isolate, object->GetConstructorName()); in descriptionForObject()
335 String16 className = toProtocolString(isolate, object->GetConstructorName()); in descriptionForCollection()
787 context->GetIsolate(), m_value->GetConstructorName()))
1065 isolate, m_value->GetConstructorName()))
H A Dv8-webdriver-serializer.cc45 return toProtocolString(isolate, object->GetConstructorName()); in descriptionForObject()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-object.h482 Local<String> GetConstructorName();
/third_party/node/deps/v8/include/
H A Dv8-object.h457 Local<String> GetConstructorName();
/third_party/node/deps/v8/src/objects/
H A Dcall-site-info.cc480 return JSReceiver::GetConstructorName(isolate, receiver); in GetTypeName()
H A Djs-objects.h250 static Handle<String> GetConstructorName(Isolate* isolate,
H A Djs-objects.cc628 Handle<String> JSReceiver::GetConstructorName(Isolate* isolate, in GetConstructorName() function in v8::internal::JSReceiver
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.h395 static String GetConstructorName(Isolate* isolate, JSObject object);
H A Dheap-snapshot-generator.cc816 GetConstructorName(heap_->isolate(), JSObject::cast(object))); in AddEntry()
1875 String V8HeapExplorer::GetConstructorName(Isolate* isolate, JSObject object) { in GetConstructorName() function in v8::internal::V8HeapExplorer
1879 return *JSReceiver::GetConstructorName(isolate, handle(object, isolate)); in GetConstructorName()
/third_party/node/deps/v8/src/runtime/
H A Druntime-object.cc1199 type = JSReceiver::GetConstructorName(isolate, object); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/api/
H A Dapi.cc4697 Local<String> v8::Object::GetConstructorName() { in GetConstructorName() function in v8::v8::Object
4702 i::JSReceiver::GetConstructorName(self->GetIsolate(), self); in GetConstructorName()

Completed in 53 milliseconds