| /arkcompiler/runtime_core/libpandafile/ |
| D | type_helper.h | 30 inline bool IsArrayDescriptor(const uint8_t *descriptor) in IsArrayDescriptor()
|
| D | file.cpp | 680 auto descriptor = GetStringData(entity_id).data; in GetClassIdFromClassHashTable() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | emitter_test.cpp | 75 std::string descriptor; in TEST() local 130 std::string descriptor; in TEST() local 218 std::string descriptor; in TEST() local 307 std::string descriptor; in TEST() local 441 std::string descriptor; in TEST() local 469 std::string descriptor; in TEST() local 495 std::string descriptor; in TEST() local 558 std::string descriptor; in TEST() local 687 std::string descriptor; in TEST() local 722 std::string descriptor; in TEST() local [all …]
|
| D | assembler_emitter_test.cpp | 75 std::string descriptor; variable 117 std::string descriptor; variable 166 std::string descriptor; variable 249 std::string descriptor; variable 361 std::string descriptor; variable 508 std::string descriptor; variable 541 std::string descriptor; variable 567 std::string descriptor; variable 642 std::string descriptor; variable 775 std::string descriptor; variable [all …]
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_data_extractor.cpp | 34 … const CString &descriptor, const CString &moduleFilename) in ParseModule() 89 const CString &descriptor = jsPandaFile->GetJSPandaFileDesc(); in ParseCjsModule() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins.cpp | 403 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>::Cast(accessor), true, false, true); in SetLazyAccessor() local 621 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>::Cast(symbolFunction), true, false,… in InitializeSymbol() local 726 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>::Cast(symbolFunction), true, false,… in InitializeSymbolWithRealm() local 859 PropertyDescriptor descriptor(thread_, env->GetBigIntFunction(), true, false, true); in InitializeBigIntWithRealm() local 1032 PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>(ctor), true, false, true); in InitializeExoticConstructor() local 1172 PropertyDescriptor descriptor(thread_, nativeErrorFunction, true, false, true); in SetErrorWithRealm() local 1340 PropertyDescriptor descriptor(thread_, valuesFunc, true, false, true); in InitializeSet() local 1434 PropertyDescriptor descriptor(thread_, entriesFunc, true, false, true); in InitializeMap() local 2159 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>(thread_, JSTaggedValue(arrProtoLen)… in InitializeArray() local 2950 PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>::Cast(ctor), true, false, true); in NewBuiltinCjsCtor() local [all …]
|
| D | builtins_number_format.cpp | 72 …PropertyDescriptor descriptor(thread, JSHandle<JSTaggedValue>::Cast(numberFormat), false, false, f… in NumberFormatConstructor() local
|
| D | builtins_relative_time_format.cpp | 56 …PropertyDescriptor descriptor(thread, JSHandle<JSTaggedValue>::Cast(relativeTimeFormat), false, fa… in RelativeTimeFormatConstructor() local
|
| D | builtins_date_time_format.cpp | 70 … PropertyDescriptor descriptor(thread, JSHandle<JSTaggedValue>::Cast(dtf), false, false, false); in DateTimeFormatConstructor() local
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-type.cpp | 72 Type Type::FromDescriptor(std::string_view descriptor) in FromDescriptor()
|
| D | assembly-emitter.cpp | 888 auto descriptor = record_owner_type.GetDescriptor(rec.conflict); in HandleAreaForInner() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_private.cpp | 198 PropertyDescriptor descriptor(thread, JSHandle<JSTaggedValue>(function), false, false, false); in SetFrozenFunction() local 208 PropertyDescriptor descriptor(thread, value, false, false, false); in SetFrozenConstructor() local 259 …PropertyDescriptor descriptor(thread, JSHandle<JSTaggedValue>::Cast(function), false, false, false… in SetFunctionAtSymbol() local 533 PropertyDescriptor descriptor(thread, entriesFunc, false, false, false); in InitializeTreeMap() local 606 PropertyDescriptor descriptor(thread, valuesFunc, false, false, false); in InitializeTreeSet() local 1145 PropertyDescriptor descriptor(thread, entriesFunc, false, false, false); in InitializeHashMap() local 1212 PropertyDescriptor descriptor(thread, valuesFunc, false, false, false); in InitializeHashSet() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | panda_runner.h | 129 PandaString descriptor; in GetMethod() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_returns.h | 229 : result_(std::move(descriptor)), in result_()
|
| /arkcompiler/toolchain/tooling/test/ |
| D | pt_types_test.cpp | 189 InternalPropertyDescriptor descriptor; in HWTEST_F_L0() local 196 PrivatePropertyDescriptor descriptor; in HWTEST_F_L0() local 202 panda::ecmascript::tooling::PropertyDescriptor descriptor; in HWTEST_F_L0() local 711 PrivatePropertyDescriptor descriptor; in HWTEST_F_L0() local
|
| D | pt_returns_test.cpp | 136 … auto descriptor = std::vector<std::unique_ptr<panda::ecmascript::tooling::PropertyDescriptor>>(); in HWTEST_F_L0() local
|
| D | debugger_returns_test.cpp | 220 auto descriptor = std::vector<std::unique_ptr<PropertyDescriptor>>(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile.cpp | 24 JSPandaFile::JSPandaFile(const panda_file::File *pf, const CString &descriptor) in JSPandaFile()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 594 PropertyAttribute descriptor(variableValue, true, true, true); in InitializeExportVariables() local 645 PropertyAttribute descriptor(variableValue, true, true, true); in GetLocalExportVariables() local 686 PropertyAttribute descriptor(value, true, true, true); in GetIndirectExportVariables() local 727 … PropertyAttribute descriptor(static_cast<Local<JSValueRef>>(importModuleObj), true, true, true); in GetImportVariables() local 735 PropertyAttribute descriptor(value, true, true, true); in GetImportVariables() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 1269 PropertyAttribute descriptor(value, true, true, true); in GetLocalVariables() local 1313 PropertyAttribute descriptor(value, true, true, true); in GetClosureVariables() local 1362 PropertyAttribute descriptor(newVal, true, true, true); in UpdateScopeObject() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.cpp | 85 PropertyDescriptor descriptor(thread, JSHandle<JSTaggedValue>::Cast(func), true, false, true); in NewJSFunctionPrototype() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|