Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_common.h169 inline bool IsNull(napi_env env, napi_value val) in IsNull() function
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h264 ARK_INLINE bool IsNull() const in IsNull() function
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dtagged_value.h300 inline bool IsNull() const in IsNull() function
/arkcompiler/toolchain/tooling/base/
Dpt_json.cpp306 bool PtJson::IsNull() const in IsNull() function in panda::ecmascript::tooling::PtJson
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
Dinterpreter-inl.h493 ALWAYS_INLINE bool IsNull(ObjectHeader *obj) in IsNull() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h286 inline bool IsNull() const in IsNull() function
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md2344 ### IsNull subsection
Djsnapi_expo.cpp478 bool JSValueRef::IsNull() in IsNull() function in panda::JSValueRef
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp2281 HWTEST_F_L0(JSNApiTests, IsNull) in HWTEST_F_L0() argument