Searched refs:from_javascript (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/deps/v8/src/objects/ |
| D | js-proxy.h | 35 bool from_javascript, ShouldThrow should_throw);
|
| D | js-objects.h | 273 bool from_javascript, ShouldThrow should_throw); 727 bool from_javascript, ShouldThrow should_throw);
|
| D | js-objects.cc | 2258 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()
|
| D | objects.cc | 5174 Handle<Object> value, bool from_javascript, in SetPrototype() argument 5199 return JSReceiver::SetPrototype(isolate, target, value, from_javascript, in SetPrototype()
|