Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc537 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 …]
Dproperty-descriptor.cc117 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in ToObject()
Dapi-natives.cc216 cons = isolate->object_function(); in InstantiateObject()
266 prototype = isolate->factory()->NewJSObject(isolate->object_function()); in InstantiateFunction()
Dfactory.cc1320 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()
Dcontexts.h243 V(OBJECT_FUNCTION_INDEX, JSFunction, object_function) \
Disolate.cc512 factory()->NewJSObject(isolate_->object_function()); in NewStackFrameObject()
Dbuiltins.cc1533 Handle<Map> map(isolate->native_context()->object_function()->initial_map(), in BUILTIN()
Dobjects.cc9723 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()
Dapi.cc5942 i_isolate->factory()->NewJSObject(i_isolate->object_function()); in New()
/external/v8/src/debug/
Ddebug-scopes.cc445 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()
Ddebug-evaluate.cc273 isolate_->factory()->NewJSObject(isolate_->object_function()); in NewJSObjectWithNullProto()
/external/v8/test/unittests/compiler/
Djs-typed-lowering-unittest.cc865 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/
Dtest-alloc.cc51 *CcTest::i_isolate()->object_function()).ToObjectChecked(); in AllocateAfterFailures()
/external/v8/src/runtime/
Druntime-i18n.cc100 Handle<JSObject> locales = factory->NewJSObject(isolate->object_function()); in RUNTIME_FUNCTION()
215 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in RUNTIME_FUNCTION()
Druntime-array.cc48 isolate->factory()->NewJSObject(isolate->object_function()); in RUNTIME_FUNCTION()
Druntime-literals.cc55 : context->object_function()->initial_map()) in CreateObjectLiteralBoilerplate()
/external/v8/src/parsing/
Djson-parser.h40 object_constructor_(isolate_->native_context()->object_function(), in JsonParser()