Searched refs:GetConstructorName (Results 1 - 14 of 14) sorted by relevance
/third_party/node/src/ |
H A D | node_util.cc | 77 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 D | node_contextify.cc | 291 Local<String> ctor_name = sandbox_obj->GetConstructorName(); in New()
|
H A D | node_messaging.cc | 523 entry.As<Object>()->GetConstructorName())); in Serialize()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | value-mirror.cc | 262 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 D | v8-webdriver-serializer.cc | 45 return toProtocolString(isolate, object->GetConstructorName()); in descriptionForObject()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-object.h | 482 Local<String> GetConstructorName();
|
/third_party/node/deps/v8/include/ |
H A D | v8-object.h | 457 Local<String> GetConstructorName();
|
/third_party/node/deps/v8/src/objects/ |
H A D | call-site-info.cc | 480 return JSReceiver::GetConstructorName(isolate, receiver); in GetTypeName()
|
H A D | js-objects.h | 250 static Handle<String> GetConstructorName(Isolate* isolate,
|
H A D | js-objects.cc | 628 Handle<String> JSReceiver::GetConstructorName(Isolate* isolate, in GetConstructorName() function in v8::internal::JSReceiver
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.h | 395 static String GetConstructorName(Isolate* isolate, JSObject object);
|
H A D | heap-snapshot-generator.cc | 816 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 D | runtime-object.cc | 1199 type = JSReceiver::GetConstructorName(isolate, object); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 4697 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