Lines Matching refs:JSProxy
1049 V(JSProxy) \
10276 class JSProxy: public JSReceiver {
10278 MUST_USE_RESULT static MaybeHandle<JSProxy> New(Isolate* isolate,
10289 static MaybeHandle<Context> GetFunctionRealm(Handle<JSProxy> proxy);
10291 DECLARE_CAST(JSProxy)
10294 static void Revoke(Handle<JSProxy> proxy);
10297 static MaybeHandle<Object> GetPrototype(Handle<JSProxy> receiver);
10300 MUST_USE_RESULT static Maybe<bool> SetPrototype(Handle<JSProxy> proxy,
10305 MUST_USE_RESULT static Maybe<bool> IsExtensible(Handle<JSProxy> proxy);
10309 Handle<JSProxy> proxy, ShouldThrow should_throw);
10313 Isolate* isolate, Handle<JSProxy> proxy, Handle<Name> name,
10318 Isolate* isolate, Handle<JSProxy> object, Handle<Object> key,
10323 Handle<JSProxy> proxy,
10328 Isolate* isolate, Handle<JSProxy> proxy, Handle<Name> name,
10332 MUST_USE_RESULT static Maybe<bool> SetProperty(Handle<JSProxy> proxy,
10340 Handle<JSProxy> proxy, Handle<Name> name, LanguageMode language_mode);
10344 Isolate* isolate, Handle<JSReceiver> receiver, Handle<JSProxy> proxy,
10351 DECLARE_PRINTER(JSProxy)
10352 DECLARE_VERIFIER(JSProxy)
10363 static Object* GetIdentityHash(Handle<JSProxy> receiver);
10365 static Smi* GetOrCreateIdentityHash(Isolate* isolate, Handle<JSProxy> proxy);
10367 static Maybe<bool> SetPrivateProperty(Isolate* isolate, Handle<JSProxy> proxy,
10373 DISALLOW_IMPLICIT_CONSTRUCTORS(JSProxy);