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.h44 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.cpp199 DEF_CALL_SIGNATURE(ToBoolean) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1413 DEF_RUNTIME_STUBS(ToBoolean) in DEF_RUNTIME_STUBS() argument
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2971 Local<BooleanRef> JSValueRef::ToBoolean(const EcmaVM *vm) in ToBoolean() function in panda::JSValueRef