| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/ |
| D | TsUtils.ts | 711 const sym = type.getSymbol(); constant 1648 const sym = target.aliasSymbol; constant 1666 const sym = type.aliasSymbol; constant 1671 const sym = type.aliasSymbol; constant 1676 const sym = type.aliasSymbol; constant 1799 let sym: ts.Symbol | undefined = type.symbol; variable 1900 const sym = this.trueSymbolAtLocation(node); constant 1916 const sym = this.trueSymbolAtLocation(node); constant 1994 const sym = this.trueSymbolAtLocation(expr); constant 2003 const sym = this.tsTypeChecker.getSymbolAtLocation(funcExpr.name); constant [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | debugger_arkapi.cpp | 88 auto sym = reinterpret_cast<InitializeDebuggerForSocketpair>( in NotifyDebugMode() local 117 auto sym = reinterpret_cast<StopDebug>(ResolveSymbol(gHybridDebuggerHandle_, "StopDebug")); in StopDebugger() local 136 auto sym = in StartDebuggerForSocketPair() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/ |
| D | arkts-no-wrapper-to-primitive.ts | 22 export let sym: symbol = Symbol("mySymbol"); variable
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | KeepParameterUtils.ts | 81 const sym: Symbol | undefined = NodeUtils.findSymbolOfIdentifier(checker, name, nodeSymbolMap); constant
|
| D | ScopeAnalyzer.ts | 1101 const sym: Symbol | undefined = getAndRecordSymbolOfIdentifier(checker, node); constant 1145 const sym: Symbol | undefined = constant
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/hybridgref/ts_to_ets/ |
| D | ts_hybridgref.ts | 76 const sym = Symbol("secret"); constant
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disassembler.h | 188 std::string sym; in StringDataToString() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_memlayout.cpp | 75 MIRSymbol *sym = mirFunction->GetFormal(i); in LayoutFormalParams() local 145 MIRSymbol *sym = mirFunction->GetSymTab()->GetSymbolFromStIdx(i); in LayoutLocalVariables() local 176 MIRSymbol *sym = mirFunction->GetFormal(i); in LayoutActualParams() local
|
| D | aarch64_args.cpp | 44 auto *sym = mirFunc.GetFormal(i); in MoveRegisterArgs() local 204 MIRSymbol *sym = mirFunc.GetFormal(i); in MoveVRegisterArgs() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_symbol.cpp | 83 JSTaggedValue BuiltinsSymbol::SymbolDescriptiveString(JSThread *thread, JSTaggedValue sym) in SymbolDescriptiveString() 174 JSHandle<JSTaggedValue> sym = BuiltinsSymbol::GetCallArg(argv, 0); in KeyFor() local 200 JSHandle<JSTaggedValue> sym = GetThis(argv); in ToPrimitive() local
|
| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | KeepParameterUtils.spec.ts | 158 …const sym: ts.Symbol = NodeUtils.findSymbolOfIdentifier(checker, functionName, nodeSymbolMap) as t… constant 174 …const sym: ts.Symbol = NodeUtils.findSymbolOfIdentifier(checker, functionName, nodeSymbolMap) as t… constant 190 …const sym: ts.Symbol = NodeUtils.findSymbolOfIdentifier(checker, functionName, nodeSymbolMap) as t… constant 264 …const sym: ts.Symbol = NodeUtils.findSymbolOfIdentifier(checker, className, nodeSymbolMap) as ts.S… constant 282 …const sym: ts.Symbol = NodeUtils.findSymbolOfIdentifier(checker, className, nodeSymbolMap) as ts.S… constant
|
| /arkcompiler/ets_runtime/test/moduletest/isin/ |
| D | isin.js | 77 const sym = Symbol('s'); constant
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_memlayout.cpp | 61 MIRSymbol *sym = mirFunction->GetFormal(i); in LayoutFormalParams() local 105 MIRSymbol *sym = mirFunction->GetSymTab()->GetSymbolFromStIdx(i); in LayoutLocalVariables() local
|
| D | x64_args.cpp | 55 MIRSymbol *sym = x64CGFunc->GetFunction().GetFormal(i); in CollectRegisterArgs() local 277 MIRSymbol *sym = x64CGFunc->GetFunction().GetFormal(i); in MoveVRegisterArgs() local
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| D | abc_string_table.cpp | 74 std::string sym; in StringDataToString() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_args.h | 33 MIRSymbol *sym; member
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedset/ |
| D | sharedset.ts | 232 let sym = Symbol("testSymbol") variable
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedmap/ |
| D | sharedmap.ts | 233 let sym = Symbol("testSymbol") variable
|
| /arkcompiler/runtime_core/static_core/compiler/aot/ |
| D | aot_file.cpp | 35 auto sym = ark::os::library_loader::ResolveSymbol(handle, name); in LoadSymbol() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| D | llvm_optimizer.cpp | 110 auto predicate = [](char sym) { return std::isspace(sym); }; in PreprocessPipelineFile()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_const.cpp | 65 …const MIRSymbol *sym = stIdx.IsGlobal() ? GlobalTables::GetGsymTable().GetSymbolFromStidx(stIdx.Id… in Dump() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_preg.h | 112 const MIRSymbol *sym; // used only when op is OP_addrof or OP_dread member
|
| D | mir_function.h | 1178 void InsertMIRSymbol(MIRSymbol *sym) in InsertMIRSymbol() 1270 bool CheckParamNullType(MIRSymbol *sym) in CheckParamNullType() 1275 PointerAttr GetParamNonull(MIRSymbol *sym) in GetParamNonull() 1280 void SetParamNonull(MIRSymbol *sym, PointerAttr type) in SetParamNonull()
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 2238 const sym = this.tsTypeChecker.getSymbolAtLocation(name); constant 2302 const sym = this.tsTypeChecker.getSymbolAtLocation(param.name); constant 2347 const sym = this.tsTypeChecker.getSymbolAtLocation(name); constant 3067 const sym = this.getOriginalSymbol(node.name); constant 4115 const sym = this.tsTypeChecker.getSymbolAtLocation(inner.expression.expression); constant 5217 const sym = this.tsUtils.trueSymbolAtLocation(tsNewExpr.expression); constant 5424 const sym = this.tsUtils.trueSymbolAtLocation(identifier); constant 6122 const sym = this.tsTypeChecker.getSymbolAtLocation(node); constant 8473 const sym = this.tsTypeChecker.getSymbolAtLocation(baseExprNode); constant 8575 const sym = this.tsTypeChecker.getSymbolAtLocation(arg); constant [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | elf_builder.cpp | 429 Elf64_Sym &sym = syms[idx]; in MergeSymtabSections() local 748 llvm::ELF::Elf64_Sym sym = syms[symIdx]; in ResolveAArch64Relocate() local 801 llvm::ELF::Elf64_Sym sym = syms[symIdx]; in ResolveAmd64Relocate() local
|