HomeSort by relevance Sort by last modified time
    Searched refs:object_function (Results 1 - 12 of 12) sorted by null

  /external/v8/src/
bootstrapper.cc 482 isolate->object_function(),
523 empty_fm->set_prototype(global_context()->object_function()->prototype());
744 isolate()->object_function(), NONE));
    [all...]
contexts.h 106 V(OBJECT_FUNCTION_INDEX, JSFunction, object_function) \
liveobjectlist.cc 578 detail = factory->NewJSObject(isolate->object_function());
    [all...]
json-parser.h 289 isolate()->global_context()->object_function());
factory.cc     [all...]
heap.cc 3548 JSFunction* object_function = local
    [all...]
isolate.cc 570 Handle<JSObject> stack_frame = factory()->NewJSObject(object_function());
    [all...]
runtime.cc 325 Handle<Map>(context->object_function()->initial_map()),
357 ? Handle<Map>(context->object_function()->initial_map())
    [all...]
objects.cc     [all...]
api.cc     [all...]
  /external/v8/test/cctest/
test-alloc.cc 64 *Isolate::Current()->object_function())->ToObjectChecked();
test-heap.cc 566 JSFunction* object_function = JSFunction::cast(raw_object); local
567 Handle<JSFunction> constructor(object_function);
710 JSFunction* object_function = JSFunction::cast(raw_object); local
711 Handle<JSFunction> constructor(object_function);
875 Isolate::Current()->global_context()->object_function());
    [all...]

Completed in 341 milliseconds