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

  /external/v8/src/
bootstrapper.cc 537 factory->NewJSObject(isolate->object_function(), TENURED);
772 factory()->NewJSObject(isolate()->object_function(), TENURED);
774 factory()->NewJSObject(isolate()->object_function(), TENURED);
776 factory()->NewJSObject(isolate()->object_function(), TENURED);
1088 Handle<JSFunction> object_function = isolate->object_function(); local
    [all...]
property-descriptor.cc 117 Handle<JSObject> result = factory->NewJSObject(isolate->object_function());
api-natives.cc 216 cons = isolate->object_function();
266 prototype = isolate->factory()->NewJSObject(isolate->object_function());
contexts.h 243 V(OBJECT_FUNCTION_INDEX, JSFunction, object_function) \
factory.cc     [all...]
isolate.cc 512 factory()->NewJSObject(isolate_->object_function());
    [all...]
builtins.cc     [all...]
objects.cc 12637 JSFunction* object_function = context->object_function(); local
    [all...]
api.cc     [all...]
  /external/v8/src/debug/
debug-scopes.cc 445 isolate_->factory()->NewJSObject(isolate_->object_function());
462 isolate_->factory()->NewJSObject(isolate_->object_function());
504 isolate_->factory()->NewJSObject(isolate_->object_function());
532 isolate_->factory()->NewJSObject(isolate_->object_function());
544 isolate_->factory()->NewJSObject(isolate_->object_function());
582 isolate_->factory()->NewJSObject(isolate_->object_function());
debug-evaluate.cc 273 isolate_->factory()->NewJSObject(isolate_->object_function());
  /external/v8/test/unittests/compiler/
js-typed-lowering-unittest.cc     [all...]
  /external/v8/test/cctest/heap/
test-alloc.cc 51 *CcTest::i_isolate()->object_function()).ToObjectChecked();
  /external/v8/src/runtime/
runtime-i18n.cc 100 Handle<JSObject> locales = factory->NewJSObject(isolate->object_function());
215 Handle<JSObject> result = factory->NewJSObject(isolate->object_function());
runtime-array.cc 48 isolate->factory()->NewJSObject(isolate->object_function());
runtime-literals.cc 55 : context->object_function()->initial_map())
  /external/v8/src/parsing/
json-parser.h 40 object_constructor_(isolate_->native_context()->object_function(),

Completed in 320 milliseconds