Home
last modified time | relevance | path

Searched refs:proxyKey (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_proxy.cpp65 JSHandle<JSTaggedValue> proxyKey = globalConst->GetHandledProxyString(); in Revocable() local
66 JSObject::CreateDataProperty(thread, result, proxyKey, JSHandle<JSTaggedValue>(proxy)); in Revocable()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_proxy_test.cpp93 JSHandle<JSTaggedValue> proxyKey = globalConst->GetHandledProxyString(); in HWTEST_F_L0() local
100 if (JSTaggedValue::SameValue(keys->Get(i), proxyKey.GetTaggedValue())) { in HWTEST_F_L0()

Completed in 2 milliseconds