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

  /external/v8/src/objects/
js-proxy.h 39 V8_WARN_UNUSED_RESULT static Maybe<bool> SetPrototype(
map.h 534 static void SetPrototype(Isolate* isolate, Handle<Map> map,
    [all...]
  /external/v8/src/inspector/
v8-injected-script-host.cc 62 bool success = injectedScriptHost->SetPrototype(context, v8::Null(isolate))
130 ->SetPrototype(isolate->GetCurrentContext(), v8::Null(isolate))
381 result->SetPrototype(context, v8::Null(isolate)).ToChecked();
v8-debugger.cc 39 if (!wrappedEntries->SetPrototype(context, v8::Null(isolate))
48 if (!wrapper->SetPrototype(context, v8::Null(isolate)).FromMaybe(false))
78 if (!location->SetPrototype(context, v8::Null(isolate)).FromMaybe(false)) {
712 if (!result->SetPrototype(context, v8::Null(m_isolate)).FromMaybe(false)) {
    [all...]
v8-console.cc 674 commandLineAPI->SetPrototype(context, v8::Null(isolate)).FromMaybe(false);
    [all...]
  /external/v8/src/builtins/
builtins-console.cc 143 JSFunction::SetPrototype(cons, prototype);
builtins-object.cc 259 MAYBE_RETURN(JSReceiver::SetPrototype(receiver, proto, true, kThrowOnError),
303 MAYBE_RETURN(JSReceiver::SetPrototype(receiver, proto, true, kThrowOnError),
builtins-reflect.cc 245 Maybe<bool> result = JSReceiver::SetPrototype(
  /external/v8/src/
bootstrapper.cc 792 Map::SetPrototype(isolate(), empty_function_map, object_function_prototype);
796 JSFunction::SetPrototype(object_fun, object_function_prototype);
803 Map::SetPrototype(isolate(), map, factory->null_value());
    [all...]
accessors.cc 316 JSFunction::SetPrototype(function, proto);
346 JSFunction::SetPrototype(object, value);
objects.h     [all...]
objects.cc     [all...]
api.cc     [all...]
  /external/v8/src/runtime/
runtime-classes.cc 455 Map::SetPrototype(isolate, map, prototype_parent);
506 Map::SetPrototype(isolate, map, constructor_parent, false);
runtime-object.cc 486 MAYBE_RETURN(JSReceiver::SetPrototype(obj, prototype, false, kThrowOnError),
    [all...]
  /external/v8/src/heap/
factory.cc     [all...]
  /external/v8/src/wasm/
wasm-js.cc     [all...]
  /external/v8/src/ic/
ic.cc     [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 1525 milliseconds