Home
last modified time | relevance | path

Searched refs:HasProxyInPrototype (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dobjects.h2219 bool HasProxyInPrototype(Isolate* isolate);
Disolate.cc3448 return !receiver->HasProxyInPrototype(this); in Throw()
Dobjects.cc18789 bool JSReceiver::HasProxyInPrototype(Isolate* isolate) { in HasProxyInPrototype() function in v8::internal::JSReceiver