Home
last modified time | relevance | path

Searched defs:ToBoolean (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h45 inline bool JSTaggedValue::ToBoolean() const in ToBoolean() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp177 HWTEST_F_L0(JSTaggedValueTest, ToBoolean) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp194 DEF_CALL_SIGNATURE(ToBoolean) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1302 DEF_RUNTIME_STUBS(ToBoolean) in DEF_RUNTIME_STUBS() argument
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2224 Local<BooleanRef> JSValueRef::ToBoolean(const EcmaVM *vm) in ToBoolean() function in panda::JSValueRef