Lines Matching refs:JSProxy
969 V(JSProxy) \
9554 class JSProxy: public JSReceiver {
9556 MUST_USE_RESULT static MaybeHandle<JSProxy> New(Isolate* isolate,
9567 static MaybeHandle<Context> GetFunctionRealm(Handle<JSProxy> proxy);
9569 DECLARE_CAST(JSProxy)
9572 static void Revoke(Handle<JSProxy> proxy);
9575 static MaybeHandle<Object> GetPrototype(Handle<JSProxy> receiver);
9578 MUST_USE_RESULT static Maybe<bool> SetPrototype(Handle<JSProxy> proxy,
9583 MUST_USE_RESULT static Maybe<bool> IsExtensible(Handle<JSProxy> proxy);
9587 Handle<JSProxy> proxy, ShouldThrow should_throw);
9591 Isolate* isolate, Handle<JSProxy> proxy, Handle<Name> name,
9596 Isolate* isolate, Handle<JSProxy> object, Handle<Object> key,
9601 Handle<JSProxy> proxy,
9606 Isolate* isolate, Handle<JSProxy> proxy, Handle<Name> name,
9610 MUST_USE_RESULT static Maybe<bool> SetProperty(Handle<JSProxy> proxy,
9618 Handle<JSProxy> proxy, Handle<Name> name, LanguageMode language_mode);
9623 Handle<JSProxy> proxy,
9628 Isolate* isolate, Handle<JSReceiver> receiver, Handle<JSProxy> proxy,
9635 DECLARE_PRINTER(JSProxy)
9636 DECLARE_VERIFIER(JSProxy)
9649 static Handle<Smi> GetOrCreateIdentityHash(Handle<JSProxy> proxy);
9652 static Maybe<bool> AddPrivateProperty(Isolate* isolate, Handle<JSProxy> proxy,
9657 DISALLOW_IMPLICIT_CONSTRUCTORS(JSProxy);