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

/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8InjectedScriptHostCustom.cpp92 return args[0]->ToObject()->GetConstructorName();
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc1183 TEST(GetConstructorName) {
1206 "Constructor1", i::V8HeapExplorer::GetConstructorName(*js_obj1)));
1210 "Constructor2", i::V8HeapExplorer::GetConstructorName(*js_obj2)));
1214 "Constructor3", i::V8HeapExplorer::GetConstructorName(*js_obj3)));
1218 "Constructor4", i::V8HeapExplorer::GetConstructorName(*js_obj4)));
1222 "Object", i::V8HeapExplorer::GetConstructorName(*js_obj5)));
1226 "Object", i::V8HeapExplorer::GetConstructorName(*js_obj6)));
H A Dtest-api.cc10382 CHECK(p->IsObject() && p->ToObject()->GetConstructorName()->Equals(
10386 CHECK(c->IsObject() && c->ToObject()->GetConstructorName()->Equals(
10390 CHECK(x->IsObject() && x->ToObject()->GetConstructorName()->Equals(
/external/v8/src/
H A Dprofile-generator.h928 static String* GetConstructorName(JSObject* object);
H A Dprofile-generator.cc2209 String* V8HeapExplorer::GetConstructorName(JSObject* object) { function in class:v8::internal::V8HeapExplorer
2351 GetConstructorName(JSObject::cast(object)));
H A Dapi.cc3003 Local<String> v8::Object::GetConstructorName() { function in class:v8::v8::Object
3005 ON_BAILOUT(isolate, "v8::Object::GetConstructorName()",
/external/v8/include/
H A Dv8.h1548 V8EXPORT Local<String> GetConstructorName();

Completed in 517 milliseconds