Searched refs:object_function (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/ |
D | bootstrapper.cc | 499 isolate->object_function(), in CreateEmptyFunction() 526 native_context()->object_function()->prototype()); in CreateEmptyFunction() 785 factory()->NewFunctionPrototype(isolate()->object_function()); in CreateNewGlobals() 793 DCHECK_EQ(*isolate()->object_function(), *value); in CreateNewGlobals() 901 global_object, object_name, isolate->object_function(), DONT_ENUM); in InitializeGlobal() 1157 Handle<JSFunction> object_function(native_context()->object_function()); in InitializeGlobal() local 1279 map->set_prototype(native_context()->object_function()->prototype()); in InitializeGlobal() 1604 factory()->NewJSObject(isolate()->object_function(), TENURED); in InstallInternalArray() 1699 factory()->NewJSObject(isolate()->object_function(), TENURED); in InstallNatives() 1841 factory()->NewJSObject(isolate()->object_function(), TENURED); in InstallNatives() [all …]
|
D | factory.cc | 1338 Handle<JSFunction> object_function(native_context->object_function()); in NewFunctionPrototype() local 1339 DCHECK(object_function->has_initial_map()); in NewFunctionPrototype() 1340 new_map = handle(object_function->initial_map()); in NewFunctionPrototype() 1841 map->set_constructor(context->object_function()); in ReinitializeJSProxy() 2335 ? handle(context->object_function()->initial_map()) in ObjectLiteralMapFromCache()
|
D | contexts.h | 84 V(OBJECT_FUNCTION_INDEX, JSFunction, object_function) \
|
D | json-parser.h | 36 object_constructor_(isolate_->native_context()->object_function(), in JsonParser()
|
D | runtime.cc | 242 ? Handle<Map>(context->object_function()->initial_map()) in CreateObjectLiteralBoilerplate() 2675 isolate->factory()->NewJSObject(isolate->object_function()); in RUNTIME_FUNCTION() 11709 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeLocalScope() 11823 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeClosure() 11903 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeCatchScope() 11937 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeBlockScope() 11960 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeModuleScope() 13022 isolate->factory()->NewJSObject(isolate->object_function()); in NewJSObjectWithNullProto() 13888 factory->NewJSObject(isolate->object_function()); in RUNTIME_FUNCTION() 14005 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in RUNTIME_FUNCTION()
|
D | isolate.cc | 484 Handle<JSObject> stack_frame = factory()->NewJSObject(object_function()); in CaptureCurrentStackTrace()
|
D | api.cc | 5601 i_isolate->factory()->NewJSObject(i_isolate->object_function()); in New()
|
D | objects.cc | 6664 Handle<Map> copy = Copy(handle(isolate->object_function()->initial_map())); in Create()
|
/external/v8/test/cctest/ |
D | test-alloc.cc | 54 *CcTest::i_isolate()->object_function()).ToObjectChecked(); in AllocateAfterFailures()
|