Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dbootstrapper.cc491 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 …]
Dfactory.cc1329 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()
Dcontexts.h84 V(OBJECT_FUNCTION_INDEX, JSFunction, object_function) \
Djson-parser.h36 object_constructor_(isolate_->native_context()->object_function(), in JsonParser()
Druntime.cc199 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 …]
Disolate.cc477 Handle<JSObject> stack_frame = factory()->NewJSObject(object_function()); in CaptureCurrentStackTrace()
Dapi.cc5547 i_isolate->factory()->NewJSObject(i_isolate->object_function()); in New()
/external/chromium_org/v8/test/cctest/
Dtest-alloc.cc55 *CcTest::i_isolate()->object_function()).ToObjectChecked(); in AllocateAfterFailures()
Dtest-heap.cc982 CcTest::i_isolate()->native_context()->object_function()); in TEST()