Home
last modified time | relevance | path

Searched refs:from_javascript (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-proxy.h35 bool from_javascript, ShouldThrow should_throw);
Djs-objects.h273 bool from_javascript, ShouldThrow should_throw);
727 bool from_javascript, ShouldThrow should_throw);
Djs-objects.cc2258 Handle<Object> value, bool from_javascript, in SetPrototype() argument
2262 from_javascript, should_throw); in SetPrototype()
2265 from_javascript, should_throw); in SetPrototype()
4977 Handle<Object> value, bool from_javascript, in SetPrototype() argument
4983 if (from_javascript) { in SetPrototype()
5001 if (from_javascript) { in SetPrototype()
Dobjects.cc5174 Handle<Object> value, bool from_javascript, in SetPrototype() argument
5199 return JSReceiver::SetPrototype(isolate, target, value, from_javascript, in SetPrototype()