Home
last modified time | relevance | path

Searched defs:IsNull (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_common.h159 inline bool IsNull(napi_env env, napi_value val) in IsNull() function
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h244 ARK_INLINE bool IsNull() const in IsNull() function
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dtagged_value.h301 inline bool IsNull() const in IsNull() function
/arkcompiler/toolchain/tooling/base/
Dpt_json.cpp282 bool PtJson::IsNull() const in IsNull() function in panda::ecmascript::tooling::PtJson
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h161 inline bool IsNull() const in IsNull() function
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md2342 ### IsNull subsection
Djsnapi_expo.cpp360 bool JSValueRef::IsNull() in IsNull() function in panda::JSValueRef
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp2055 HWTEST_F_L0(JSNApiTests, IsNull) in HWTEST_F_L0() argument