Home
last modified time | relevance | path

Searched refs:Revocable (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_proxy.h31 static JSTaggedValue Revocable(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_proxy.cpp42 JSTaggedValue BuiltinsProxy::Revocable(EcmaRuntimeCallInfo *argv) in Revocable() function in panda::ecmascript::builtins::BuiltinsProxy
45 BUILTINS_API_TRACE(argv->GetThread(), Proxy, Revocable); in Revocable()
H A Dbuiltins.cpp1033 SetFunction(env, proxyFunction, "revocable", Proxy::Revocable, FunctionLength::TWO); in InitializeProxy()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_proxy_test.cpp68 HWTEST_F_L0(BuiltinsProxyTest, Revocable) in HWTEST_F_L0()
88 JSTaggedValue result = BuiltinsProxy::Revocable(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h719 V(Proxy, Revocable) \
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp600 reinterpret_cast<uintptr_t>(Proxy::Revocable),

Completed in 13 milliseconds