/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_locale.cpp | 89 JSHandle<JSTaggedValue> loc = GetThis(argv); in Maximize() local 121 JSHandle<JSTaggedValue> loc = GetThis(argv); in Minimize() local 156 JSHandle<JSTaggedValue> loc = GetThis(argv); in ToString() local 172 JSHandle<JSTaggedValue> loc = GetThis(argv); in GetBaseName() local 191 JSHandle<JSTaggedValue> loc = GetThis(argv); in GetCalendar() local 209 JSHandle<JSTaggedValue> loc = GetThis(argv); in GetCaseFirst() local 226 JSHandle<JSTaggedValue> loc = GetThis(argv); in GetCollation() local 243 JSHandle<JSTaggedValue> loc = GetThis(argv); in GetHourCycle() local 261 JSHandle<JSTaggedValue> loc = GetThis(argv); in GetNumeric() local 281 JSHandle<JSTaggedValue> loc = GetThis(argv); in GetNumberingSystem() local [all …]
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | spill_fill_data.h | 52 void SetSrc(Location loc) in SetSrc() 56 void SetDst(Location loc) in SetDst()
|
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
D | destructuringContext.cpp | 30 const lexer::SourcePosition &loc) in Prepare() 74 const lexer::SourcePosition &loc) in SetInferedTypeForVariable() 335 Type *ArrayDestructuringContext::GetRestType([[maybe_unused]] const lexer::SourcePosition &loc) in GetRestType() 555 Type *ObjectDestructuringContext::GetRestType([[maybe_unused]] const lexer::SourcePosition &loc) in GetRestType()
|
D | function.cpp | 767 lexer::SourcePosition loc = in resolveCallOrNewExpression() local
|
/arkcompiler/ets_frontend/es2panda/typescript/ |
D | checker.cpp | 80 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowTypeError() local
|
/arkcompiler/ets_frontend/es2panda/ir/ |
D | astDump.cpp | 236 void AstDumper::SerializeLoc(const lexer::SourceRange &loc) in SerializeLoc() 252 lexer::SourceLocation loc = index_.GetLocation(pos); in SerializeSourcePosition() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | type_recorder.cpp | 57 TypeLocation loc(jsPandaFile, methodOffset, bcIdx); in LoadTypes() local 88 void TypeRecorder::CollectLiteralGT(TSManager *tsManager, TypeLocation &loc, GlobalTSTypeRef gt) in CollectLiteralGT() 178 TypeLocation loc(jsPandaFile, methodOffset, bcIdx); in CreateTypesForPGO() local
|
D | llvm_ir_builder.cpp | 610 … LLVMMetadataRef loc = LLVMDIBuilderCreateDebugLocation(context_, index + 1, 0, dFuncMD_, NULL); in SetDebugInfo() local
|
/arkcompiler/ets_frontend/es2panda/binder/ |
D | binder.cpp | 87 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowRedeclaration() local 97 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowUndeclaredExport() local 107 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowInvalidDstrTarget() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | vtable.cpp | 51 for (uint32_t loc = 0; loc < ITEM_NUM; ++loc) { in GetTuple() local
|
D | js_displaynames.cpp | 245 icu::Locale loc = icu::Locale(icu::Locale::forLanguageTag(codeSt, status).getBaseName()); in CanonicalCodeForDisplayNames() local
|
D | subtyping_operator.cpp | 160 uint32_t loc = 0; in GenVTable() local
|
/arkcompiler/ets_frontend/arkguard/src/utils/ |
D | ScopeAnalyzer.ts | 148 loc: string; property
|
/arkcompiler/ets_runtime/ecmascript/stackmap/ |
D | llvm_stackmap_parser.cpp | 54 struct LocationTy loc = llvmStackMap_.stkMapRecord[recordNum + recordId].locations[j]; in CalcCallSite() local
|
D | ark_stackmap_builder.cpp | 317 int loc = FindLoc(CallsitePcs, x.first); in GenArkCallsiteAOTFileInfo() local 325 int loc = FindLoc(CallsitePcs, x.first); in GenArkCallsiteAOTFileInfo() local
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | arrayExpression.cpp | 148 … ArenaVector<checker::Type *> &elementTypes, const lexer::SourcePosition &loc) in GetSpreadElementType()
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_manager.h | 797 inline void InsertLiteralGTMap(TypeLocation &loc, GlobalTSTypeRef gt) in InsertLiteralGTMap() 802 inline GlobalTSTypeRef GetLiteralGT(TypeLocation &loc) in GetLiteralGT()
|
D | ts_manager.cpp | 1328 TypeLocation loc(jsPandaFile, data.outerMethodOffset, data.bcIndex); in FillSnapshotConstantPoolList() local 1353 TypeLocation loc(jsPandaFile, data.outerMethodOffset, data.bcIndex); in FillSnapshotConstantPoolList() local
|
/arkcompiler/ets_runtime/ecmascript/intl/ |
D | locale_helper.cpp | 411 const char *loc = nullptr; in GetAvailableLocales() local
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | expressionParser.cpp | 962 lexer::SourceRange loc = lexer_->GetToken().Loc(); in ParsePotentialNewTarget() local
|
D | parserImpl.cpp | 3803 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowSyntaxError() local
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …ototype.toString,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof… property
|