Searched defs:nameDesc (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.cpp | 428 PropertyDescriptor nameDesc(thread, nameHandle, false, false, true); in SetFunctionName() local 538 PropertyDescriptor nameDesc(thread, nameHandle, false, false, true); in SetFunctionNameNoPrefix() local
|
| D | object_factory.cpp | 1646 PropertyDescriptor nameDesc(thread_, emptyString, false, false, true); in NewJSIntlBoundFunction() local 1666 PropertyDescriptor nameDesc(thread_, emptyString, false, false, true); in NewJSProxyRevocFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_function_test.cpp | 279 …PropertyDescriptor nameDesc(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(123)), false, fa… in HWTEST_F_L0() local
|