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

  /external/v8/src/runtime/
runtime-classes.cc 141 Map::SetPrototype(map, prototype_parent);
154 JSFunction::SetPrototype(constructor, prototype);
164 MAYBE_RETURN_NULL(JSObject::SetPrototype(constructor, constructor_parent,
runtime-object.cc 298 JSReceiver::SetPrototype(obj, prototype, false, Object::THROW_ON_ERROR),
    [all...]
  /external/v8/src/inspector/
v8-injected-script-host.cc 52 bool success = injectedScriptHost->SetPrototype(context, v8::Null(isolate))
89 ->SetPrototype(isolate->GetCurrentContext(), v8::Null(isolate))
v8-value-copier.cc 31 if (!result->SetPrototype(m_to, v8::Null(m_isolate)).FromMaybe(false))
47 if (!result->SetPrototype(m_to, v8::Null(m_isolate)).FromMaybe(false))
v8-debugger.cc 55 if (!wrappedEntries->SetPrototype(context, v8::Null(isolate))
64 if (!wrapper->SetPrototype(context, v8::Null(isolate)).FromMaybe(false))
94 if (!location->SetPrototype(context, v8::Null(isolate)).FromMaybe(false)) {
    [all...]
v8-console.cc 676 console->SetPrototype(context, v8::Object::New(isolate)).FromMaybe(false);
781 commandLineAPI->SetPrototype(context, v8::Null(isolate)).FromMaybe(false);
    [all...]
  /external/v8/src/builtins/
builtins-reflect.cc 271 Maybe<bool> result = JSReceiver::SetPrototype(
builtins-object.cc 620 JSReceiver::SetPrototype(receiver, proto, true, Object::THROW_ON_ERROR),
665 JSReceiver::SetPrototype(receiver, proto, true, Object::THROW_ON_ERROR),
    [all...]
  /external/v8/src/
bootstrapper.cc 611 Map::SetPrototype(empty_function_map, object_function_prototype);
633 Map::SetPrototype(sloppy_function_map, empty_function);
634 Map::SetPrototype(sloppy_function_without_prototype_map, empty_function);
635 Map::SetPrototype(sloppy_function_map_writable_prototype_, empty_function);
    [all...]
accessors.cc 679 JSFunction::SetPrototype(function, proto);
687 JSFunction::SetPrototype(function, value);
    [all...]
factory.cc     [all...]
objects.cc     [all...]
objects.h     [all...]
api.cc     [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 948 milliseconds