Home
last modified time | relevance | path

Searched defs:nameDesc (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp527 PropertyDescriptor nameDesc(thread, nameHandle, false, false, true); in SetFunctionName() local
637 PropertyDescriptor nameDesc(thread, nameHandle, false, false, true); in SetFunctionNameNoPrefix() local
Dobject_factory.cpp1697 PropertyDescriptor nameDesc(thread_, emptyString, false, false, true); in NewJSIntlBoundFunction() local
1718 PropertyDescriptor nameDesc(thread_, emptyString, false, false, true); in NewJSProxyRevocFunction() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_function_test.cpp273 …PropertyDescriptor nameDesc(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(123)), false, fa… in HWTEST_F_L0() local