Lines Matching refs:JSProxy

976         return JSProxy::HasProperty(it->isolate(), it->GetHolder<JSProxy>(),  in HasProperty()
1035 JSProxy::GetProperty(it->isolate(), it->GetHolder<JSProxy>(), in GetProperty()
1071 MaybeHandle<Object> JSProxy::GetProperty(Isolate* isolate, in GetProperty()
1072 Handle<JSProxy> proxy, in GetProperty()
1115 JSProxy::CheckGetSetTrapResult(isolate, name, target, trap_result, kGet); in GetProperty()
1125 MaybeHandle<Object> JSProxy::CheckGetSetTrapResult(Isolate* isolate, in CheckGetSetTrapResult()
1475 MaybeHandle<Object> JSProxy::GetPrototype(Handle<JSProxy> proxy) { in GetPrototype()
5025 return JSProxy::SetProperty(it->GetHolder<JSProxy>(), it->GetName(), in SetPropertyInternal()
5730 void JSProxy::Revoke(Handle<JSProxy> proxy) { in Revoke()
5743 Maybe<bool> JSProxy::IsArray(Handle<JSProxy> proxy) { in IsArray()
5746 for (int i = 0; i < JSProxy::kMaxIterationLimit; i++) { in IsArray()
5747 Handle<JSProxy> proxy = Handle<JSProxy>::cast(object); in IsArray()
5764 Maybe<bool> JSProxy::HasProperty(Isolate* isolate, Handle<JSProxy> proxy, in HasProperty()
5801 MAYBE_RETURN(JSProxy::CheckHasTrap(isolate, name, target), Nothing<bool>()); in HasProperty()
5807 Maybe<bool> JSProxy::CheckHasTrap(Isolate* isolate, Handle<Name> name, in CheckHasTrap()
5836 Maybe<bool> JSProxy::SetProperty(Handle<JSProxy> proxy, Handle<Name> name, in SetProperty()
5878 JSProxy::CheckGetSetTrapResult(isolate, name, target, value, kSet); in SetProperty()
5887 Maybe<bool> JSProxy::DeletePropertyOrElement(Handle<JSProxy> proxy, in DeletePropertyOrElement()
5940 MaybeHandle<JSProxy> JSProxy::New(Isolate* isolate, Handle<Object> target, in New()
5944 JSProxy); in New()
5946 if (target->IsJSProxy() && JSProxy::cast(*target)->IsRevoked()) { in New()
5949 JSProxy); in New()
5953 JSProxy); in New()
5955 if (handler->IsJSProxy() && JSProxy::cast(*handler)->IsRevoked()) { in New()
5958 JSProxy); in New()
5966 MaybeHandle<Context> JSProxy::GetFunctionRealm(Handle<JSProxy> proxy) { in GetFunctionRealm()
6084 return JSProxy::GetFunctionRealm(Handle<JSProxy>::cast(receiver)); in GetFunctionRealm()
6100 Maybe<PropertyAttributes> JSProxy::GetPropertyAttributes(LookupIterator* it) { in GetPropertyAttributes()
6102 Maybe<bool> found = JSProxy::GetOwnPropertyDescriptor( in GetPropertyAttributes()
6103 it->isolate(), it->GetHolder<JSProxy>(), it->GetName(), &desc); in GetPropertyAttributes()
6372 return JSProxy::GetPropertyAttributes(it); in GetPropertyAttributes()
6871 return JSProxy::DeletePropertyOrElement(it->GetHolder<JSProxy>(), in DeleteProperty()
7079 return JSProxy::DefineOwnProperty(isolate, Handle<JSProxy>::cast(object), in DefineOwnProperty()
7702 Maybe<bool> JSProxy::DefineOwnProperty(Isolate* isolate, Handle<JSProxy> proxy, in DefineOwnProperty()
7709 return JSProxy::SetPrivateSymbol(isolate, proxy, Handle<Symbol>::cast(key), in DefineOwnProperty()
7814 Maybe<bool> JSProxy::SetPrivateSymbol(Isolate* isolate, Handle<JSProxy> proxy, in SetPrivateSymbol()
7924 return JSProxy::GetOwnPropertyDescriptor(isolate, it->GetHolder<JSProxy>(), in GetOwnPropertyDescriptor()
7984 Maybe<bool> JSProxy::GetOwnPropertyDescriptor(Isolate* isolate, in GetOwnPropertyDescriptor()
7985 Handle<JSProxy> proxy, in GetOwnPropertyDescriptor()
8438 return JSProxy::PreventExtensions(Handle<JSProxy>::cast(object), in PreventExtensions()
8447 Maybe<bool> JSProxy::PreventExtensions(Handle<JSProxy> proxy, in PreventExtensions()
8551 return JSProxy::IsExtensible(Handle<JSProxy>::cast(object)); in IsExtensible()
8557 Maybe<bool> JSProxy::IsExtensible(Handle<JSProxy> proxy) { in IsExtensible()
15442 return JSProxy::SetPrototype(Handle<JSProxy>::cast(object), value, in SetPrototype()
15452 Maybe<bool> JSProxy::SetPrototype(Handle<JSProxy> proxy, Handle<Object> value, in SetPrototype()