Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/base/
DvregisterCache.ts46 True, enumerator
/arkcompiler/runtime_core/runtime/include/coretypes/
Dtagged_value.h305 static inline constexpr TaggedValue True() in True() function
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h348 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.h74 inline GateRef StubBuilder::True() in True() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2147 Local<PrimitiveRef> JSValueRef::True(const EcmaVM *vm) in True() function in panda::JSValueRef