Home
last modified time | relevance | path

Searched refs:None (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgenericInterfaceImplementation.ts27 class None<T> implements IOption<T>{ class
34 AssertType(new None<U>(), "None<U>");
35 AssertType(None, "typeof None");
36 return new None<U>();
DenumOperations.ts21 enum Enum { None = 0 }
22 let enumType: Enum = Enum.None;
24 AssertType(Enum.None, "Enum");
DparserEnum2.ts23 None = 0,
DparserEnum1.ts23 None = 0,
DtypeGuardsAsAssertions.ts26 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-format29 AlwaysBreakAfterDefinitionReturnType: None
30 AlwaysBreakAfterReturnType: None
51 BreakBeforeBinaryOperators: None
86 IndentPPDirectives: None
95 NamespaceIndentation: None
/arkcompiler/runtime_core/libpandabase/utils/
Dregmask.h85 constexpr bool None() const in None() function
248 return None(); in none()
/arkcompiler/runtime_core/libpandabase/tests/
Dregmask_test.cpp33 ASSERT_EQ(mask.None(), base.none()); in CompareWithBitset()
/arkcompiler/ets_frontend/ts2panda/templates/
Dirnodes.ts.erb38 % return "ResultType.None"
50 % return "ResultDst.None"
207 None,
217 None,
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.h24 enum class ContentType : uint8_t { None = 1, Number, BigInt }; enumerator
Dobject_factory.cpp1067 JSTypedArray::Cast(*obj)->SetContentType(ContentType::None); in InitializeJSObject()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.h51 enum class ArkInternalValueType {None, Entry, Scope, ScopeList}; enumerator
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_type.h129 static int32_t None() in None() function
/arkcompiler/runtime_core/docs/
Dfile_format.md621 Alignment: None
751 Alignment: None
766 Alignment: None
/arkcompiler/toolchain/tooling/base/
Dpt_types.h2598 return values == None() || values == Gzip(); in Valid()
2600 static std::string None() in None() function
/arkcompiler/ets_frontend/ts2panda/src/
DsyntaxChecker.ts498 let flags = ts.ModifierFlags.None;
/arkcompiler/ets_runtime/ecmascript/compiler/
Doperations_stub_builder.cpp748 DEFVARIABLE(curType, VariableType::INT32(), Int32(PGOSampleType::None())); in Shr()
Dstub_builder.cpp4196 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/
Dindex.js2None",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/
Dcocos_worker_test.js72301 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;