HomeSort by relevance Sort by last modified time
    Searched refs:object_function (Results 1 - 22 of 22) 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/chromium_org/v8/test/cctest/
test-alloc.cc 53 *Isolate::Current()->object_function())->ToObjectChecked();
test-heap.cc 649 JSFunction* object_function = JSFunction::cast(raw_object); local
650 Handle<JSFunction> constructor(object_function);
799 JSFunction* object_function = JSFunction::cast(raw_object); local
800 Handle<JSFunction> constructor(object_function);
973 Isolate::Current()->native_context()->object_function());
    [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...]
  /external/chromium_org/v8/src/
bootstrapper.cc 486 isolate->object_function(),
528 native_context()->object_function()->prototype());
742 isolate()->object_function(), NONE));
    [all...]
contexts.h 107 V(OBJECT_FUNCTION_INDEX, JSFunction, object_function) \
json-parser.h 59 object_constructor_(isolate_->native_context()->object_function(),
runtime.cc 223 Handle<Map>(context->object_function()->initial_map()),
255 ? Handle<Map>(context->object_function()->initial_map())
    [all...]
factory.cc     [all...]
heap.cc 4319 JSFunction* object_function = native_context->object_function(); local
    [all...]
isolate.cc 759 Handle<JSObject> stack_frame = factory()->NewJSObject(object_function());
    [all...]
api.cc     [all...]

Completed in 390 milliseconds