Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc482 isolate->object_function(), in CreateEmptyFunction()
523 empty_fm->set_prototype(global_context()->object_function()->prototype()); in CreateEmptyFunction()
744 isolate()->object_function(), NONE)); in CreateNewGlobals()
853 isolate->object_function(), DONT_ENUM)); in InitializeGlobal()
1056 JSObject::cast(global_context()->object_function()->prototype())); in InitializeGlobal()
1162 map->set_prototype(global_context()->object_function()->prototype()); in InitializeGlobal()
1260 factory()->NewJSObject(isolate()->object_function(), TENURED); in InitializeExperimentalGlobal()
1266 factory()->NewJSObject(isolate()->object_function(), TENURED); in InitializeExperimentalGlobal()
1272 factory()->NewJSObject(isolate()->object_function(), TENURED); in InitializeExperimentalGlobal()
1475 factory()->NewJSObject(isolate()->object_function(), TENURED); in InstallNatives()
[all …]
Dliveobjectlist.cc578 detail = factory->NewJSObject(isolate->object_function()); in AddObjDetail()
1155 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in Capture()
1307 Handle<JSObject> body = factory->NewJSObject(isolate->object_function()); in DumpPrivate()
1432 Handle<JSObject> detail = factory->NewJSObject(isolate->object_function()); in SummarizePrivate()
1472 Handle<JSObject> body = factory->NewJSObject(isolate->object_function()); in SummarizePrivate()
1570 factory->NewJSObject(isolate->object_function()); in Info()
1600 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in Info()
Dcontexts.h106 V(OBJECT_FUNCTION_INDEX, JSFunction, object_function) \
Djson-parser.h289 isolate()->global_context()->object_function()); in ParseJsonObject()
Dfactory.cc1359 CopyMap(Handle<Map>(context->object_function()->initial_map()), in ObjectLiteralMapFromCache()
Dheap.cc3548 JSFunction* object_function = in AllocateFunctionPrototype() local
3549 function->context()->global_context()->object_function(); in AllocateFunctionPrototype()
3555 ASSERT(object_function->has_initial_map()); in AllocateFunctionPrototype()
3557 object_function->initial_map()->CopyDropTransitions(); in AllocateFunctionPrototype()
Disolate.cc570 Handle<JSObject> stack_frame = factory()->NewJSObject(object_function()); in CaptureCurrentStackTrace()
Druntime.cc325 Handle<Map>(context->object_function()->initial_map()), in ComputeObjectLiteralMap()
357 ? Handle<Map>(context->object_function()->initial_map()) in CreateObjectLiteralBoilerplate()
10714 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeLocalScopeWithFrameInspector()
10808 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeClosure()
10852 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeCatchScope()
10872 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeBlockScope()
10895 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeModuleScope()
Dobjects.cc1562 (isolate->context()->global_context()->object_function()->map() != map()); in AddFastProperty()
1641 object_function()->map()) { in AddConstantFunctionProperty()
1811 object_function()->map()) { in ConvertDescriptorToFieldAndMapTransition()
2467 (global_context->object_function()->map() != map()); in GetElementsTransitionMapSlow()
Dapi.cc4801 isolate->factory()->NewJSObject(isolate->object_function()); in New()
/external/v8/test/cctest/
Dtest-alloc.cc64 *Isolate::Current()->object_function())->ToObjectChecked(); in AllocateAfterFailures()
Dtest-heap.cc566 JSFunction* object_function = JSFunction::cast(raw_object); in TEST() local
567 Handle<JSFunction> constructor(object_function); in TEST()
710 JSFunction* object_function = JSFunction::cast(raw_object); in TEST() local
711 Handle<JSFunction> constructor(object_function); in TEST()
875 Isolate::Current()->global_context()->object_function()); in TEST()