Home
last modified time | relevance | path

Searched defs:loc (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_locale.cpp89 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/
Dspill_fill_data.h52 void SetSrc(Location loc) in SetSrc()
56 void SetDst(Location loc) in SetDst()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp30 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()
Dfunction.cpp767 lexer::SourcePosition loc = in resolveCallOrNewExpression() local
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.cpp80 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowTypeError() local
/arkcompiler/ets_frontend/es2panda/ir/
DastDump.cpp236 void AstDumper::SerializeLoc(const lexer::SourceRange &loc) in SerializeLoc()
252 lexer::SourceLocation loc = index_.GetLocation(pos); in SerializeSourcePosition() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_recorder.cpp57 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
Dllvm_ir_builder.cpp610 … LLVMMetadataRef loc = LLVMDIBuilderCreateDebugLocation(context_, index + 1, 0, dFuncMD_, NULL); in SetDebugInfo() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp87 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/
Dvtable.cpp51 for (uint32_t loc = 0; loc < ITEM_NUM; ++loc) { in GetTuple() local
Djs_displaynames.cpp245 icu::Locale loc = icu::Locale(icu::Locale::forLanguageTag(codeSt, status).getBaseName()); in CanonicalCodeForDisplayNames() local
Dsubtyping_operator.cpp160 uint32_t loc = 0; in GenVTable() local
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts148 loc: string; property
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dllvm_stackmap_parser.cpp54 struct LocationTy loc = llvmStackMap_.stkMapRecord[recordNum + recordId].locations[j]; in CalcCallSite() local
Dark_stackmap_builder.cpp317 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/
DarrayExpression.cpp148 … ArenaVector<checker::Type *> &elementTypes, const lexer::SourcePosition &loc) in GetSpreadElementType()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h797 inline void InsertLiteralGTMap(TypeLocation &loc, GlobalTSTypeRef gt) in InsertLiteralGTMap()
802 inline GlobalTSTypeRef GetLiteralGT(TypeLocation &loc) in GetLiteralGT()
Dts_manager.cpp1328 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/
Dlocale_helper.cpp411 const char *loc = nullptr; in GetAvailableLocales() local
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp962 lexer::SourceRange loc = lexer_->GetToken().Loc(); in ParsePotentialNewTarget() local
DparserImpl.cpp3803 lexer::SourceLocation loc = index.GetLocation(pos); in ThrowSyntaxError() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ototype.toString,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof… property