Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DramdaToolsNoInfinite2.ts76 export type False = 0; alias
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h345 static ARK_INLINE constexpr JSTaggedValue False() in False() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp115 HWTEST_F_L0(JSTaggedValueTest, False) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h29 GateRef CircuitBuilder::False() in False() function
Dstub_builder-inl.h86 inline GateRef StubBuilder::False() in False() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2889 Local<PrimitiveRef> JSValueRef::False(const EcmaVM *vm) in False() function in panda::JSValueRef