| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/consts/ |
| D | SendableAPI.ts | 25 ts.SyntaxKind.FunctionDeclaration, constant 26 ts.SyntaxKind.TypeAliasDeclaration constant 29 export const SENDABLE_CLOSURE_DECLS = [ts.SyntaxKind.ClassDeclaration, ts.SyntaxKind.FunctionDeclar… constant
|
| D | RuntimeCheckAPI.ts | 16 import type ts from 'typescript'; alias
|
| /arkcompiler/ets_runtime/ecmascript/dfx/tracing/ |
| D | tracing.cpp | 96 int64_t ts = static_cast<int64_t>(GetTimeStamp()); in TraceEventRecordTracingStart() local 118 int64_t ts = static_cast<int64_t>(GetTimeStamp()); in TraceEventRecordMemory() local 131 int64_t ts = static_cast<int64_t>(GetTimeStamp()); in TraceEventRecordCpuProfilerStart() local 149 int64_t ts = static_cast<int64_t>(GetTimeStamp()); in TraceEventRecordCpuProfiler() local 254 int64_t ts = static_cast<int64_t>(GetTimeStamp()); in TraceEventRecordCpuProfilerEnd() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/ |
| D | ArkValueTransformer.ts | 1786 return this.resolveTypeReferenceNode(type as ts.TypeReferenceNode); alias 1788 … return new ArrayType(this.resolveTypeNode((type as ts.ArrayTypeNode).elementType), 1); alias 1791 … (type as ts.UnionTypeNode).types.forEach(t => mayTypes.push(this.resolveTypeNode(t))); alias 1796 …(type as ts.IntersectionTypeNode).types.forEach(t => intersectionTypes.push(this.resolveTypeNode(t… alias 1801 (type as ts.TupleTypeNode).elements.forEach(element => { alias 1807 return this.resolveTypeNode((type as ts.NamedTupleMember).type); alias 1809 … return ArkValueTransformer.resolveLiteralTypeNode(type as ts.LiteralTypeNode, this.sourceFile); alias 1811 return this.resolveTemplateLiteralTypeNode(type as ts.TemplateLiteralTypeNode); alias 1813 return this.resolveTypeLiteralNode(type as ts.TypeLiteralNode); alias 1815 return this.resolveFunctionTypeNode(type as ts.FunctionTypeNode); alias [all …]
|
| /arkcompiler/ets_frontend/arkguard/test/testData/obfuscation/third_package/oh_modules/ |
| D | Index.ts | 28 export namespace ts { namespace
|
| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | OhsUtil.spec.ts | 260 ts.factory.createPropertyDeclaration(undefined, 'name', undefined, undefined, undefined), constant 286 ts.factory.createEnumMember('enumMember', ts.factory.createIdentifier('enumMember')), constant 309 ts.factory.createPropertyAssignment('key', obj), constant
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/constructor_property/constructor_prop_prop/ |
| D | constructor_var_property.ts | 17 namespace ts { namespace
|
| D | constructor_variables.ts | 16 namespace ts { namespace
|
| D | constructor_property.ts | 16 namespace ts { namespace
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/constructor_property/constructor_prop_export/ |
| D | constructor_property.ts | 17 namespace ts { namespace
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/constructor_property/constructor_prop_toplevel/ |
| D | constructor_property.ts | 18 namespace ts { namespace
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ts-compiler/ |
| D | FormTscOptions.ts | 46 const ESVersion = cmdOptions.followSdkSettings ? ts.ScriptTarget.ES2021 : ts.ScriptTarget.Latest; constant
|
| /arkcompiler/runtime_core/abc2program/tests/cpp_sources/ |
| D | sourceLang_test.cpp | 35 std::string ts = "ts.#*#TS"; member 42 std::string ts = "ts"; member
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | sampling_processor.cpp | 43 int64_t ts = static_cast<int64_t>(interval) - static_cast<int64_t>(startTime - endTime); in Run() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/ |
| D | TsUtils.ts | 1781 static isObjectType(type: ts.Type): type is ts.ObjectType { alias 1962 …(type.flags & ts.TypeFlags.Object) !== 0 && ((type as ts.ObjectType).objectFlags & ts.ObjectFlags.… alias 1978 ((type as ts.ObjectType).objectFlags & ts.ObjectFlags.Anonymous) === 0 alias 2575 return !!(type as ts.UnionType)?.types?.some((type) => { alias
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 2592 …return type && (type as ts.ObjectType).objectFlags & ts.ObjectFlags.Interface ? (type as ts.Interf… alias 5115 … const tscDiagnostics: readonly ts.Diagnostic[] | undefined = this.tscStrictDiagnostics.get(file); constant 5401 ts.SyntaxKind.BooleanKeyword, constant 5402 ts.SyntaxKind.StringKeyword, constant 5403 ts.SyntaxKind.BigIntKeyword, constant 5404 ts.SyntaxKind.UndefinedKeyword constant 10061 ts.SyntaxKind.MinusToken, constant 10062 ts.SyntaxKind.AsteriskToken, constant 10063 ts.SyntaxKind.SlashToken, constant 10064 ts.SyntaxKind.PercentToken, constant [all …]
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | PrinterTimeAndMemUtils.ts | 96 ts: number; // Start time property
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | sort_helper.cpp | 35 TimSort ts(thread, elements, fn); in Sort() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/ |
| D | ASTAutofixer.ts | 1793 const allowedFlags = [ts.NodeFlags.Const, ts.NodeFlags.Let]; constant
|
| /arkcompiler/toolchain/tooling/dynamic/test/ |
| D | debugger_events_test.cpp | 494 int64_t ts = 604898475815; in HWTEST_F_L0() local
|
| D | tracing_impl_test.cpp | 275 int64_t ts = 604898475815; in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/ |
| D | Autofixer.ts | 4736 return Autofixer.createExactObjectInitializer(type as ts.TypeLiteralNode); alias 4740 return Autofixer.createBuiltInTypeInitializer(type as ts.TypeReferenceNode); alias
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …unction"==typeof Buffer.allocUnsafe&&"function"==typeof Buffer.from;e.exports=function(e,n,i){if("… method in /src/compiler
|