Lines Matching refs:JSProxy
4472 // If it's not a JSProxy, i::JSReceiver::DefineOwnProperty should never run
4513 return i::JSProxy::SetPrivateSymbol(
4514 isolate, i::Handle<i::JSProxy>::cast(self),
4611 i::JSProxy::SetPrototype(isolate, i::Handle<i::JSProxy>::cast(self),
4733 // If it's not a JSProxy, i::Runtime::DeleteObjectProperty should never run
7766 i::Handle<i::JSProxy> self = Utils::OpenHandle(this);
7772 i::Handle<i::JSProxy> self = Utils::OpenHandle(this);
7778 i::Handle<i::JSProxy> self = Utils::OpenHandle(this);
7783 i::Handle<i::JSProxy> self = Utils::OpenHandle(this);
7784 i::JSProxy::Revoke(self);
7794 !ToLocal<Proxy>(i::JSProxy::New(isolate, target, handler), &result);