Home
last modified time | relevance | path

Searched defs:True (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DramdaToolsNoInfinite2.ts74 export type True = 1; alias
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h350 static ARK_INLINE constexpr JSTaggedValue True() in True() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp121 HWTEST_F_L0(JSTaggedValueTest, True) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h24 GateRef CircuitBuilder::True() in True() function
Dstub_builder-inl.h81 inline GateRef StubBuilder::True() in True() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2884 Local<PrimitiveRef> JSValueRef::True(const EcmaVM *vm) in True() function in panda::JSValueRef