Home
last modified time | relevance | path

Searched refs:revoker (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_proxy.cpp55 // 3 ~ 4 new revoker function and set the [[RevocableProxy]] internal slot in Revocable()
56 JSHandle<JSProxyRevocFunction> revoker = thread->GetEcmaVM()->GetFactory()->NewJSProxyRevocFunction(proxy); in Revocable() local
68 // 7.Perform CreateDataProperty(result, "revoke", revoker). in Revocable()
70 JSObject::CreateDataProperty(thread, result, revokeKey, JSHandle<JSTaggedValue>(revoker)); in Revocable()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_function.cpp777 void JSProxyRevocFunction::ProxyRevocFunctions(const JSThread *thread, const JSHandle<JSProxyRevocFunction> &revoker) in ProxyRevocFunctions() argument
780 JSTaggedValue proxy = revoker->GetRevocableProxy(); in ProxyRevocFunctions()
787 revoker->SetRevocableProxy(thread, JSTaggedValue::Null()); in ProxyRevocFunctions()
H A Djs_function.h405 static void ProxyRevocFunctions(const JSThread *thread, const JSHandle<JSProxyRevocFunction> &revoker);

Completed in 8 milliseconds