Home
last modified time | relevance | path

Searched refs:object_function (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dbootstrapper.cc499 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 …]
Dfactory.cc1338 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()
Dcontexts.h84 V(OBJECT_FUNCTION_INDEX, JSFunction, object_function) \
Djson-parser.h36 object_constructor_(isolate_->native_context()->object_function(), in JsonParser()
Druntime.cc242 ? 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()
Disolate.cc484 Handle<JSObject> stack_frame = factory()->NewJSObject(object_function()); in CaptureCurrentStackTrace()
Dapi.cc5601 i_isolate->factory()->NewJSObject(i_isolate->object_function()); in New()
Dobjects.cc6664 Handle<Map> copy = Copy(handle(isolate->object_function()->initial_map())); in Create()
/external/v8/test/cctest/
Dtest-alloc.cc54 *CcTest::i_isolate()->object_function()).ToObjectChecked(); in AllocateAfterFailures()