Searched refs:object_function (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/v8/src/ |
D | bootstrapper.cc | 491 isolate->object_function(), in CreateEmptyFunction() 529 native_context()->object_function()->prototype()); in CreateEmptyFunction() 779 isolate()->object_function(), NONE).Check(); in CreateNewGlobals() 894 isolate->object_function(), DONT_ENUM).Check(); in InitializeGlobal() 1153 native_context()->object_function()->prototype()); in InitializeGlobal() 1253 map->set_prototype(native_context()->object_function()->prototype()); in InitializeGlobal() 1398 factory()->NewJSObject(isolate()->object_function(), TENURED); in InitializeExperimentalGlobal() 1447 Handle<JSFunction> object_function(native_context()->object_function()); in InitializeExperimentalGlobal() local 1449 object_function, 0); in InitializeExperimentalGlobal() 1461 Handle<JSFunction> object_function(native_context()->object_function()); in InitializeExperimentalGlobal() local [all …]
|
D | factory.cc | 1329 Handle<JSFunction> object_function(native_context->object_function()); in NewFunctionPrototype() local 1330 ASSERT(object_function->has_initial_map()); in NewFunctionPrototype() 1331 new_map = Map::Copy(handle(object_function->initial_map())); in NewFunctionPrototype() 2311 handle(context->object_function()), keys->length()); 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 | 199 return Map::Create(handle(context->object_function()), number_of_properties); in ComputeObjectLiteralMap() 230 ? Handle<Map>(context->object_function()->initial_map()) in CreateObjectLiteralBoilerplate() 2821 isolate->factory()->NewJSObject(isolate->object_function()); in RUNTIME_FUNCTION() 11640 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeLocalScope() 11751 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeClosure() 11830 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeCatchScope() 11865 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeBlockScope() 11888 isolate->factory()->NewJSObject(isolate->object_function()); in MaterializeModuleScope() 12987 isolate->factory()->NewJSObject(isolate->object_function()); in RUNTIME_FUNCTION() 13806 factory->NewJSObject(isolate->object_function()); in RUNTIME_FUNCTION() [all …]
|
D | isolate.cc | 477 Handle<JSObject> stack_frame = factory()->NewJSObject(object_function()); in CaptureCurrentStackTrace()
|
D | api.cc | 5547 i_isolate->factory()->NewJSObject(i_isolate->object_function()); in New()
|
/external/chromium_org/v8/test/cctest/ |
D | test-alloc.cc | 55 *CcTest::i_isolate()->object_function()).ToObjectChecked(); in AllocateAfterFailures()
|
D | test-heap.cc | 982 CcTest::i_isolate()->native_context()->object_function()); in TEST()
|