Searched refs:object_function (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/ |
D | bootstrapper.cc | 482 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 …]
|
D | liveobjectlist.cc | 578 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()
|
D | contexts.h | 106 V(OBJECT_FUNCTION_INDEX, JSFunction, object_function) \
|
D | json-parser.h | 289 isolate()->global_context()->object_function()); in ParseJsonObject()
|
D | factory.cc | 1359 CopyMap(Handle<Map>(context->object_function()->initial_map()), in ObjectLiteralMapFromCache()
|
D | heap.cc | 3548 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()
|
D | isolate.cc | 570 Handle<JSObject> stack_frame = factory()->NewJSObject(object_function()); in CaptureCurrentStackTrace()
|
D | runtime.cc | 325 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()
|
D | objects.cc | 1562 (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()
|
D | api.cc | 4801 isolate->factory()->NewJSObject(isolate->object_function()); in New()
|
/external/v8/test/cctest/ |
D | test-alloc.cc | 64 *Isolate::Current()->object_function())->ToObjectChecked(); in AllocateAfterFailures()
|
D | test-heap.cc | 566 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()
|