| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsParameterTagReusesInputNodeInEmit1/ |
| D | file.js | 39 const test = (base) => { argument
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsParameterTagReusesInputNodeInEmit2/ |
| D | file.js | 21 /** @typedef {typeof import('./base')} BaseFactory */ argument
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | string_helper.cpp | 18 namespace panda::ecmascript::base { namespace
|
| D | block_hook_scope.cpp | 22 namespace panda::ecmascript::base { namespace
|
| D | builtins_base.cpp | 20 namespace panda::ecmascript::base { namespace
|
| D | path_helper.cpp | 17 namespace panda::ecmascript::base { namespace
|
| D | json_parser.cpp | 18 namespace panda::ecmascript::base { namespace
|
| D | atomic_helper.cpp | 19 namespace panda::ecmascript::base { namespace
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | regmask_test.cpp | 24 void CompareWithBitset(RegMask mask, BitsetType base) in CompareWithBitset() 43 BitsetType base(value); in TestRegMask() local
|
| /arkcompiler/ets_runtime/test/moduletest/memleakobjectcreate/ |
| D | memleakobjectcreate.js | 18 var base = { variable
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | bestCommonTypeOfConditionalExpressions.ts | 37 let base: Base; variable 111 let r11 = true ? base : derived2; variable
|
| D | arrayBestCommonTypes.ts | 373 class base implements iface { x: string; y: string; } class
|
| D | bestCommonTypeOfConditionalExpressions2.ts | 27 let base: Base; variable
|
| D | heterogeneousArrayLiterals.ts | 140 let base: Base; variable 159 let p = [derived, derived2, base]; // Base[] variable
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/classes/ |
| D | test-ts-classes-24.ts | 35 let base = new Base(); variable
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsInterfaceDeclaration.cpp | 75 for (auto *base : type->Bases()) { in CheckInheritedPropertiesAreIdentical() local 115 for (auto *base : resolvedInterface->Bases()) { in Check() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | string_helpers.h | 84 int base = (str[0] == '0' && (str[1] == 'x' || str[1] == 'X')) ? BASE16 : BASE10; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.h | 229 : base_(base), offsetReg_(offset), offsetImm_(0), addrmod_(AddrMode::OFFSET), in base_() argument 234 : base_(base), offsetReg_(offset), offsetImm_(0), addrmod_(AddrMode::OFFSET), in base_() argument 239 : base_(base), offsetReg_(RegisterId::INVALID_REG), offsetImm_(offset), addrmod_(addrmod), in base_() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.h | 190 #define DECLARE_HANDLE_PROFILE_STUB_CLASS(name, base) \ argument
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | interfaceType.h | 33 void AddBase(ObjectType *base) in AddBase()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | assembler_x64.h | 272 static uint8_t GetSIB(Scale scale, Register index, Register base) in GetSIB() 278 static uint8_t GetSIBRex(Register index, Register base) in GetSIBRex()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 176 …s> ClassInfoExtractor::CreatePrototypeHClass(JSThread *thread, const JSHandle<JSTaggedValue> &base, in CreatePrototypeHClass() 222 … ClassInfoExtractor::CreateConstructorHClass(JSThread *thread, const JSHandle<JSTaggedValue> &base, in CreateConstructorHClass() 330 …ction> ClassHelper::DefineClassFromExtractor(JSThread *thread, const JSHandle<JSTaggedValue> &base, in DefineClassFromExtractor()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_encoder.cpp | 85 …erEncoder::VerifyPandaFileMatched(const PGOPandaFileInfos &pandaFileInfos, const std::string &base, in VerifyPandaFileMatched()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | verification.cpp | 101 [[maybe_unused]] uintptr_t baseOldObject) { in VerifyRoot()
|
| /arkcompiler/runtime_core/assembler/extensions/ |
| D | ecmascript_meta.h | 27 auto base = GetAttributeValue("ecmascript.extends"); in GetBase() local
|