/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | genericInterfaceImplementation.ts | 27 class None<T> implements IOption<T>{ class 34 AssertType(new None<U>(), "None<U>"); 35 AssertType(None, "typeof None"); 36 return new None<U>();
|
D | enumOperations.ts | 21 enum Enum { None = 0 } 22 let enumType: Enum = Enum.None; 24 AssertType(Enum.None, "Enum");
|
D | parserEnum2.ts | 23 None = 0,
|
D | parserEnum1.ts | 23 None = 0,
|
D | typeGuardsAsAssertions.ts | 26 export type Optional<a> = Some<a> | None; 28 export interface None { readonly none: string; } 31 export const none : None = { none: '' };
|
/arkcompiler/runtime_core/ |
D | .clang-format | 29 AlwaysBreakAfterDefinitionReturnType: None 30 AlwaysBreakAfterReturnType: None 51 BreakBeforeBinaryOperators: None 86 IndentPPDirectives: None 95 NamespaceIndentation: None
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | regmask.h | 85 constexpr bool None() const in None() function 248 return None(); in none()
|
/arkcompiler/runtime_core/libpandabase/tests/ |
D | regmask_test.cpp | 33 ASSERT_EQ(mask.None(), base.none()); in CompareWithBitset()
|
/arkcompiler/ets_frontend/ts2panda/templates/ |
D | irnodes.ts.erb | 38 % return "ResultType.None" 50 % return "ResultDst.None" 207 None, 217 None,
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_typed_array.h | 24 enum class ContentType : uint8_t { None = 1, Number, BigInt }; enumerator
|
D | object_factory.cpp | 1067 JSTypedArray::Cast(*obj)->SetContentType(ContentType::None); in InitializeJSObject()
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | debugger_api.h | 51 enum class ArkInternalValueType {None, Entry, Scope, ScopeList}; enumerator
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_type.h | 129 static int32_t None() in None() function
|
/arkcompiler/runtime_core/docs/ |
D | file_format.md | 621 Alignment: None 751 Alignment: None 766 Alignment: None
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_types.h | 2598 return values == None() || values == Gzip(); in Valid() 2600 static std::string None() in None() function
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | syntaxChecker.ts | 498 let flags = ts.ModifierFlags.None;
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | operations_stub_builder.cpp | 748 DEFVARIABLE(curType, VariableType::INT32(), Int32(PGOSampleType::None())); in Shr()
|
D | stub_builder.cpp | 4196 DEFVARIABLE(curType, VariableType::INT32(), Int32(PGOSampleType::None())); in FastEqual() 4351 DEFVARIABLE(curType, VariableType::INT32(), Int32(PGOSampleType::None())); in FastDiv() 4698 DEFVARIABLE(curType, VariableType::INT32(), Int32(PGOSampleType::None())); in FastMod()
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …None",c[c.Let=1]="Let",c[c.Const=2]="Const",c[c.NestedNamespace=4]="NestedNamespace",c[c.Synthesiz…
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 72301 None: 0, property 74640 t[t.None = 0] = "None"; 107371 t[t.None = 0] = "None"; 107379 t[t.None = 0] = "None"; 107403 None: "none-contact", property 107411 t[t.None = 0] = "None"; 108324 this.TYPE = Abt.None; 108562 this.TYPE = Tbt.None;
|