Searched defs:descriptor1 (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_private.cpp | 183 PropertyDescriptor descriptor1(thread, JSHandle<JSTaggedValue>::Cast(ctor), true, false, true); in NewContainerConstructor() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins.cpp | 1331 PropertyDescriptor descriptor1(thread_, JSHandle<JSTaggedValue>::Cast(ctor), true, false, true); in InitializeCtor() local 3132 PropertyDescriptor descriptor1(thread_, JSHandle<JSTaggedValue>::Cast(ctor), true, false, true); in ITERATE_INTL() local 3514 …PropertyDescriptor descriptor1(thread_, JSHandle<JSTaggedValue>::Cast(accessor1), true, false, tru… in InitializeGlobalRegExp() local
|