Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_proxy.cpp69 JSHandle<JSTaggedValue> proxyKey = globalConst->GetHandledProxyString(); in Revocable() local
70 JSObject::CreateDataProperty(thread, result, proxyKey, JSHandle<JSTaggedValue>(proxy)); in Revocable()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_proxy_test.cpp117 JSHandle<JSTaggedValue> proxyKey = globalConst->GetHandledProxyString(); in HWTEST_F_L0() local
124 if (JSTaggedValue::SameValue(keys->Get(i), proxyKey.GetTaggedValue())) { in HWTEST_F_L0()