Home
last modified time | relevance | path

Searched defs:propertyKey (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/assignproxy/
Dassignproxy.js24 get: function(target, propertyKey, receiver) { argument
/arkcompiler/ets_runtime/ecmascript/
Djs_displaynames.cpp380 JSHandle<JSTaggedValue> propertyKey = globalConst->GetHandledLocaleString(); in ResolvedOptions() local
Djs_list_format.cpp411 JSHandle<JSTaggedValue> propertyKey = globalConst->GetHandledLocaleString(); in ResolvedOptions() local
Djs_serializer.cpp910 JSMutableHandle<JSTaggedValue> propertyKey(thread_, JSTaggedValue::Undefined()); in WritePlainObject() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.cpp1035 JSHandle<JSTaggedValue> propertyKey = JSTaggedValue::ToPropertyKey(thread, key); in CreateDataPropertyOnObjectFunctions() local