Searched refs:object_function (Results 1 – 17 of 17) sorted by relevance
/external/v8/src/ |
D | bootstrapper.cc | 537 factory->NewJSObject(isolate->object_function(), TENURED); in CreateEmptyFunction() 772 factory()->NewJSObject(isolate()->object_function(), TENURED); in CreateIteratorMaps() 774 factory()->NewJSObject(isolate()->object_function(), TENURED); in CreateIteratorMaps() 776 factory()->NewJSObject(isolate()->object_function(), TENURED); in CreateIteratorMaps() 812 Handle<JSFunction> object_function(native_context()->object_function()); in CreateIteratorMaps() local 936 factory()->NewFunctionPrototype(isolate()->object_function()); in CreateNewGlobals() 944 DCHECK_EQ(*isolate()->object_function(), *value); in CreateNewGlobals() 1088 Handle<JSFunction> object_function = isolate->object_function(); in InitializeGlobal() local 1089 JSObject::AddProperty(global_object, object_name, object_function, in InitializeGlobal() 1091 SimpleInstallFunction(object_function, factory->assign_string(), in InitializeGlobal() [all …]
|
D | property-descriptor.cc | 117 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in ToObject()
|
D | api-natives.cc | 216 cons = isolate->object_function(); in InstantiateObject() 266 prototype = isolate->factory()->NewJSObject(isolate->object_function()); in InstantiateFunction()
|
D | factory.cc | 1320 Handle<JSFunction> object_function(native_context->object_function()); in NewFunctionPrototype() local 1321 DCHECK(object_function->has_initial_map()); in NewFunctionPrototype() 1322 new_map = handle(object_function->initial_map()); in NewFunctionPrototype() 2322 : context->object_function()->initial_map(), isolate()); in ObjectLiteralMapFromCache()
|
D | contexts.h | 243 V(OBJECT_FUNCTION_INDEX, JSFunction, object_function) \
|
D | isolate.cc | 512 factory()->NewJSObject(isolate_->object_function()); in NewStackFrameObject()
|
D | builtins.cc | 1533 Handle<Map> map(isolate->native_context()->object_function()->initial_map(), in BUILTIN()
|
D | objects.cc | 9723 Copy(handle(isolate->object_function()->initial_map()), "MapCreate"); in Create() 12637 JSFunction* object_function = context->object_function(); in OptimizeAsPrototype() local 12638 object->map()->SetConstructor(object_function); in OptimizeAsPrototype()
|
D | api.cc | 5942 i_isolate->factory()->NewJSObject(i_isolate->object_function()); in New()
|
/external/v8/src/debug/ |
D | debug-scopes.cc | 445 isolate_->factory()->NewJSObject(isolate_->object_function()); in MaterializeScriptScope() 462 isolate_->factory()->NewJSObject(isolate_->object_function()); in MaterializeLocalScope() 504 isolate_->factory()->NewJSObject(isolate_->object_function()); in MaterializeClosure() 532 isolate_->factory()->NewJSObject(isolate_->object_function()); in MaterializeCatchScope() 544 isolate_->factory()->NewJSObject(isolate_->object_function()); in MaterializeBlockScope() 582 isolate_->factory()->NewJSObject(isolate_->object_function()); in MaterializeModuleScope()
|
D | debug-evaluate.cc | 273 isolate_->factory()->NewJSObject(isolate_->object_function()); in NewJSObjectWithNullProto()
|
/external/v8/test/unittests/compiler/ |
D | js-typed-lowering-unittest.cc | 865 Handle<JSFunction> function = isolate()->object_function(); in TEST_F() 915 Handle<JSFunction> function = isolate()->object_function(); in TEST_F() 940 Handle<SharedFunctionInfo> shared(isolate()->object_function()->shared()); in TEST_F() 960 Handle<SharedFunctionInfo> shared(isolate()->object_function()->shared()); in TEST_F() 979 Handle<SharedFunctionInfo> shared(isolate()->object_function()->shared()); in TEST_F() 1000 Handle<SharedFunctionInfo> shared(isolate()->object_function()->shared()); in TEST_F() 1021 Handle<SharedFunctionInfo> shared(isolate()->object_function()->shared()); in TEST_F() 1042 Handle<SharedFunctionInfo> shared(isolate()->object_function()->shared()); in TEST_F() 1209 HeapConstant(isolate()->object_function()), context, in TEST_F() 1229 HeapConstant(isolate()->object_function()), context, in TEST_F()
|
/external/v8/test/cctest/heap/ |
D | test-alloc.cc | 51 *CcTest::i_isolate()->object_function()).ToObjectChecked(); in AllocateAfterFailures()
|
/external/v8/src/runtime/ |
D | runtime-i18n.cc | 100 Handle<JSObject> locales = factory->NewJSObject(isolate->object_function()); in RUNTIME_FUNCTION() 215 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in RUNTIME_FUNCTION()
|
D | runtime-array.cc | 48 isolate->factory()->NewJSObject(isolate->object_function()); in RUNTIME_FUNCTION()
|
D | runtime-literals.cc | 55 : context->object_function()->initial_map()) in CreateObjectLiteralBoilerplate()
|
/external/v8/src/parsing/ |
D | json-parser.h | 40 object_constructor_(isolate_->native_context()->object_function(), in JsonParser()
|