Searched defs:nameDesc (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | jsnapi_sendable.cpp | 47 PropertyDescriptor nameDesc(thread, false, false, false); in InitStaticDescription() local
|
| D | js_function.cpp | 818 PropertyDescriptor nameDesc(thread, nameHandle, false, false, true); in SetFunctionName() local 935 PropertyDescriptor nameDesc(thread, nameHandle, false, false, true); in SetFunctionNameNoPrefix() local
|
| D | object_factory.cpp | 2388 PropertyDescriptor nameDesc(thread_, emptyString, false, false, true); in NewJSIntlBoundFunction() local 2411 PropertyDescriptor nameDesc(thread_, emptyString, false, false, true); in NewJSProxyRevocFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_class_creation_helper.cpp | 156 PropertyDescriptor nameDesc(thread, functionName, false, false, true); in CreateClassFuncWithProperties() local
|
| D | jsnapi_expo.cpp | 3652 PropertyDescriptor nameDesc(thread, functionName, false, false, true); in NewConcurrentWithName() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_shared_function_test.cpp | 239 …PropertyDescriptor nameDesc(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(123)), false, fa… in HWTEST_F_L0() local
|
| D | builtins_function_test.cpp | 262 …PropertyDescriptor nameDesc(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(123)), false, fa… in HWTEST_F_L0() local
|