Home
last modified time | relevance | path

Searched defs:ts (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/consts/
DSendableAPI.ts25 ts.SyntaxKind.FunctionDeclaration, constant
26 ts.SyntaxKind.TypeAliasDeclaration constant
29 export const SENDABLE_CLOSURE_DECLS = [ts.SyntaxKind.ClassDeclaration, ts.SyntaxKind.FunctionDeclar… constant
DRuntimeCheckAPI.ts16 import type ts from 'typescript'; alias
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp96 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/
DArkValueTransformer.ts1786 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/
DIndex.ts28 export namespace ts { namespace
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DOhsUtil.spec.ts260 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/
Dconstructor_var_property.ts17 namespace ts { namespace
Dconstructor_variables.ts16 namespace ts { namespace
Dconstructor_property.ts16 namespace ts { namespace
/arkcompiler/ets_frontend/arkguard/test/grammar/constructor_property/constructor_prop_export/
Dconstructor_property.ts17 namespace ts { namespace
/arkcompiler/ets_frontend/arkguard/test/grammar/constructor_property/constructor_prop_toplevel/
Dconstructor_property.ts18 namespace ts { namespace
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/ts-compiler/
DFormTscOptions.ts46 const ESVersion = cmdOptions.followSdkSettings ? ts.ScriptTarget.ES2021 : ts.ScriptTarget.Latest; constant
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
DsourceLang_test.cpp35 std::string ts = "ts.#*#TS"; member
42 std::string ts = "ts"; member
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsampling_processor.cpp43 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/
DTsUtils.ts1781 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/
DTypeScriptLinter.ts2592 …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/
DPrinterTimeAndMemUtils.ts96 ts: number; // Start time property
/arkcompiler/ets_runtime/ecmascript/base/
Dsort_helper.cpp35 TimSort ts(thread, elements, fn); in Sort() local
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/
DASTAutofixer.ts1793 const allowedFlags = [ts.NodeFlags.Const, ts.NodeFlags.Let]; constant
/arkcompiler/toolchain/tooling/dynamic/test/
Ddebugger_events_test.cpp494 int64_t ts = 604898475815; in HWTEST_F_L0() local
Dtracing_impl_test.cpp275 int64_t ts = 604898475815; in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts4736 return Autofixer.createExactObjectInitializer(type as ts.TypeLiteralNode); alias
4740 return Autofixer.createBuiltInTypeInitializer(type as ts.TypeReferenceNode); alias
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …unction"==typeof Buffer.allocUnsafe&&"function"==typeof Buffer.from;e.exports=function(e,n,i){if("… method in /src/compiler