Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/
Djs_tagged_value-inl.h44 inline bool JSTaggedValue::ToBoolean() const in ToBoolean() function
Druntime_trampolines.cpp1197 DEF_RUNTIME_TRAMPOLINES(ToBoolean) in DEF_RUNTIME_TRAMPOLINES() argument
/ark/js_runtime/ecmascript/tests/
Dtagged_value_test.cpp177 HWTEST_F_L0(JSTaggedValueTest, ToBoolean) in HWTEST_F_L0() argument
/ark/js_runtime/ecmascript/compiler/
Dstub_descriptor.cpp1895 CALL_STUB_INIT_DESCRIPTOR(ToBoolean) in CALL_STUB_INIT_DESCRIPTOR() argument
/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp1727 Local<BooleanRef> JSValueRef::ToBoolean(const EcmaVM *vm) in ToBoolean() function in panda::JSValueRef