Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_proxy_test.cpp94 JSHandle<JSTaggedValue> revokeKey = globalConst->GetHandledRevokeString(); in HWTEST_F_L0() local
103 if (JSTaggedValue::SameValue(keys->Get(i), revokeKey.GetTaggedValue())) { in HWTEST_F_L0()
111 JSObject::GetOwnProperty(thread, resultHandle, revokeKey, descRes); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_proxy.cpp69 JSHandle<JSTaggedValue> revokeKey = globalConst->GetHandledRevokeString(); in Revocable() local
70 JSObject::CreateDataProperty(thread, result, revokeKey, JSHandle<JSTaggedValue>(revoker)); in Revocable()

Completed in 2 milliseconds