• Home
  • Raw
  • Download

Lines Matching +defs:proxy +defs:handler

1072                                          Handle<JSProxy> proxy,  in GetProperty()
1083 Handle<Object> handler(proxy->handler(), isolate); in GetProperty() local
1475 MaybeHandle<Object> JSProxy::GetPrototype(Handle<JSProxy> proxy) { in GetPrototype()
1491 Handle<JSReceiver> handler(JSReceiver::cast(proxy->handler()), isolate); in GetPrototype() local
5730 void JSProxy::Revoke(Handle<JSProxy> proxy) { in Revoke()
5743 Maybe<bool> JSProxy::IsArray(Handle<JSProxy> proxy) { in IsArray()
5747 Handle<JSProxy> proxy = Handle<JSProxy>::cast(object); in IsArray() local
5764 Maybe<bool> JSProxy::HasProperty(Isolate* isolate, Handle<JSProxy> proxy, in HasProperty()
5770 Handle<Object> handler(proxy->handler(), isolate); in HasProperty() local
5836 Maybe<bool> JSProxy::SetProperty(Handle<JSProxy> proxy, Handle<Name> name, in SetProperty()
5853 Handle<JSReceiver> handler(JSReceiver::cast(proxy->handler()), isolate); in SetProperty() local
5887 Maybe<bool> JSProxy::DeletePropertyOrElement(Handle<JSProxy> proxy, in DeletePropertyOrElement()
5904 Handle<JSReceiver> handler(JSReceiver::cast(proxy->handler()), isolate); in DeletePropertyOrElement() local
5941 Handle<Object> handler) { in New()
5966 MaybeHandle<Context> JSProxy::GetFunctionRealm(Handle<JSProxy> proxy) { in GetFunctionRealm()
7702 Maybe<bool> JSProxy::DefineOwnProperty(Isolate* isolate, Handle<JSProxy> proxy, in DefineOwnProperty()
7716 Handle<Object> handler(proxy->handler(), isolate); in DefineOwnProperty() local
7814 Maybe<bool> JSProxy::SetPrivateSymbol(Isolate* isolate, Handle<JSProxy> proxy, in SetPrivateSymbol()
7985 Handle<JSProxy> proxy, in GetOwnPropertyDescriptor()
7995 Handle<Object> handler(proxy->handler(), isolate); in GetOwnPropertyDescriptor() local
8447 Maybe<bool> JSProxy::PreventExtensions(Handle<JSProxy> proxy, in PreventExtensions()
8460 Handle<JSReceiver> handler(JSReceiver::cast(proxy->handler()), isolate); in PreventExtensions() local
8557 Maybe<bool> JSProxy::IsExtensible(Handle<JSProxy> proxy) { in IsExtensible()
8569 Handle<JSReceiver> handler(JSReceiver::cast(proxy->handler()), isolate); in IsExtensible() local
15452 Maybe<bool> JSProxy::SetPrototype(Handle<JSProxy> proxy, Handle<Object> value, in SetPrototype()
15461 Handle<Object> handler(proxy->handler(), isolate); in SetPrototype() local
16432 HeapObject* handler = reaction->reject_handler(); in TriggerPromiseReactions() local