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

  /external/v8/src/objects/
js-proxy-inl.h 23 bool JSProxy::IsRevoked() const { return !handler()->IsJSReceiver(); }
js-proxy.h 32 V8_INLINE bool IsRevoked() const;
  /external/v8/src/
keys.cc 813 if (proxy->IsRevoked()) {
    [all...]
objects.cc     [all...]
objects-debug.cc     [all...]
api.cc     [all...]
  /external/v8/src/runtime/
runtime-debug.cc 272 factory->NewStringFromAsciiChecked("[[IsRevoked]]");
274 result->set(5, isolate->heap()->ToBoolean(js_proxy->IsRevoked()));
  /external/v8/include/
v8.h     [all...]

Completed in 3521 milliseconds