Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 62) sorted by relevance

123

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsParameterTagReusesInputNodeInEmit1/
Dfile.js39 const test = (base) => { argument
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsParameterTagReusesInputNodeInEmit2/
Dfile.js21 /** @typedef {typeof import('./base')} BaseFactory */ argument
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.cpp18 namespace panda::ecmascript::base { namespace
Dblock_hook_scope.cpp22 namespace panda::ecmascript::base { namespace
Dbuiltins_base.cpp20 namespace panda::ecmascript::base { namespace
Dpath_helper.cpp17 namespace panda::ecmascript::base { namespace
Djson_parser.cpp18 namespace panda::ecmascript::base { namespace
Datomic_helper.cpp19 namespace panda::ecmascript::base { namespace
/arkcompiler/runtime_core/libpandabase/tests/
Dregmask_test.cpp24 void CompareWithBitset(RegMask mask, BitsetType base) in CompareWithBitset()
43 BitsetType base(value); in TestRegMask() local
/arkcompiler/ets_runtime/test/moduletest/memleakobjectcreate/
Dmemleakobjectcreate.js18 var base = { variable
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DbestCommonTypeOfConditionalExpressions.ts37 let base: Base; variable
111 let r11 = true ? base : derived2; variable
DarrayBestCommonTypes.ts373 class base implements iface { x: string; y: string; } class
DbestCommonTypeOfConditionalExpressions2.ts27 let base: Base; variable
DheterogeneousArrayLiterals.ts140 let base: Base; variable
159 let p = [derived, derived2, base]; // Base[] variable
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/classes/
Dtest-ts-classes-24.ts35 let base = new Base(); variable
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsInterfaceDeclaration.cpp75 for (auto *base : type->Bases()) { in CheckInheritedPropertiesAreIdentical() local
115 for (auto *base : resolvedInterface->Bases()) { in Check() local
/arkcompiler/runtime_core/libpandabase/utils/
Dstring_helpers.h84 int base = (str[0] == '0' && (str[1] == 'x' || str[1] == 'X')) ? BASE16 : BASE10; variable
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.h229 : 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/
Dinterpreter_stub.h190 #define DECLARE_HANDLE_PROFILE_STUB_CLASS(name, base) \ argument
/arkcompiler/ets_frontend/es2panda/typescript/types/
DinterfaceType.h33 void AddBase(ObjectType *base) in AddBase()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.h272 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/
Dclass_info_extractor.cpp176 …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/
Dpgo_profiler_encoder.cpp85 …erEncoder::VerifyPandaFileMatched(const PGOPandaFileInfos &pandaFileInfos, const std::string &base, in VerifyPandaFileMatched()
/arkcompiler/ets_runtime/ecmascript/mem/
Dverification.cpp101 [[maybe_unused]] uintptr_t baseOldObject) { in VerifyRoot()
/arkcompiler/runtime_core/assembler/extensions/
Decmascript_meta.h27 auto base = GetAttributeValue("ecmascript.extends"); in GetBase() local

123