• Home
  • Raw
  • Download

Lines Matching refs:JSProxy

629     Handle<JSProxy> proxy = Handle<JSProxy>::cast(object);  in IsArray()
751 return JSProxy::HasProperty(it->isolate(), it->GetHolder<JSProxy>(), in HasProperty()
788 return JSProxy::GetProperty(it->isolate(), it->GetHolder<JSProxy>(), in GetProperty()
827 MaybeHandle<Object> JSProxy::GetProperty(Isolate* isolate, in GetProperty()
828 Handle<JSProxy> proxy, in GetProperty()
1075 MaybeHandle<Object> JSProxy::GetPrototype(Handle<JSProxy> proxy) { in GetPrototype()
4088 return JSProxy::SetProperty(it->GetHolder<JSProxy>(), it->GetName(), in SetPropertyInternal()
4839 void JSProxy::Revoke(Handle<JSProxy> proxy) { in Revoke()
4846 Maybe<bool> JSProxy::HasProperty(Isolate* isolate, Handle<JSProxy> proxy, in HasProperty()
4913 Maybe<bool> JSProxy::SetProperty(Handle<JSProxy> proxy, Handle<Name> name, in SetProperty()
4982 Maybe<bool> JSProxy::DeletePropertyOrElement(Handle<JSProxy> proxy, in DeletePropertyOrElement()
5035 MaybeHandle<JSProxy> JSProxy::New(Isolate* isolate, Handle<Object> target, in New()
5039 JSProxy); in New()
5041 if (target->IsJSProxy() && JSProxy::cast(*target)->IsRevoked()) { in New()
5044 JSProxy); in New()
5048 JSProxy); in New()
5050 if (handler->IsJSProxy() && JSProxy::cast(*handler)->IsRevoked()) { in New()
5053 JSProxy); in New()
5061 MaybeHandle<Context> JSProxy::GetFunctionRealm(Handle<JSProxy> proxy) { in GetFunctionRealm()
5099 return JSProxy::GetFunctionRealm(Handle<JSProxy>::cast(receiver)); in GetFunctionRealm()
5115 Maybe<PropertyAttributes> JSProxy::GetPropertyAttributes(LookupIterator* it) { in GetPropertyAttributes()
5119 Maybe<bool> found = JSProxy::GetOwnPropertyDescriptor( in GetPropertyAttributes()
5120 isolate, it->GetHolder<JSProxy>(), it->GetName(), &desc); in GetPropertyAttributes()
5456 return JSProxy::GetPropertyAttributes(it); in GetPropertyAttributes()
5988 Object* JSProxy::GetIdentityHash() { in GetIdentityHash()
5993 Handle<Smi> JSProxy::GetOrCreateIdentityHash(Handle<JSProxy> proxy) { in GetOrCreateIdentityHash()
6229 return JSProxy::DeletePropertyOrElement(it->GetHolder<JSProxy>(), in DeleteProperty()
6481 return JSProxy::DefineOwnProperty(isolate, Handle<JSProxy>::cast(object), in DefineOwnProperty()
7078 Maybe<bool> JSProxy::DefineOwnProperty(Isolate* isolate, Handle<JSProxy> proxy, in DefineOwnProperty()
7190 Maybe<bool> JSProxy::AddPrivateProperty(Isolate* isolate, Handle<JSProxy> proxy, in AddPrivateProperty()
7247 return JSProxy::GetOwnPropertyDescriptor(isolate, it->GetHolder<JSProxy>(), in GetOwnPropertyDescriptor()
7298 Maybe<bool> JSProxy::GetOwnPropertyDescriptor(Isolate* isolate, in GetOwnPropertyDescriptor()
7299 Handle<JSProxy> proxy, in GetOwnPropertyDescriptor()
7648 return JSProxy::PreventExtensions(Handle<JSProxy>::cast(object), in PreventExtensions()
7657 Maybe<bool> JSProxy::PreventExtensions(Handle<JSProxy> proxy, in PreventExtensions()
7761 return JSProxy::IsExtensible(Handle<JSProxy>::cast(object)); in IsExtensible()
7767 Maybe<bool> JSProxy::IsExtensible(Handle<JSProxy> proxy) { in IsExtensible()
8703 result = JSProxy::OwnPropertyKeys(isolate, receiver, in GetKeys_Internal()
8704 Handle<JSProxy>::cast(current), in GetKeys_Internal()
8708 result = JSProxy::Enumerate( in GetKeys_Internal()
8709 isolate, receiver, Handle<JSProxy>::cast(current), accumulator); in GetKeys_Internal()
8727 Maybe<bool> JSProxy::Enumerate(Isolate* isolate, Handle<JSReceiver> receiver, in Enumerate()
8728 Handle<JSProxy> proxy, in Enumerate()
8775 Maybe<bool> JSProxy::OwnPropertyKeys(Isolate* isolate, in OwnPropertyKeys()
8777 Handle<JSProxy> proxy, in OwnPropertyKeys()
15482 return JSProxy::SetPrototype(Handle<JSProxy>::cast(object), value, in SetPrototype()
15492 Maybe<bool> JSProxy::SetPrototype(Handle<JSProxy> proxy, Handle<Object> value, in SetPrototype()