Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_common.h225 inline bool IsNull(napi_env env, napi_value val) in IsNull() function
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h299 ARK_INLINE bool IsNull() const in IsNull() function
/arkcompiler/ets_runtime/common_components/objects/string_table/
Dhashtriemap.h440 constexpr static bool IsNull(BaseString* value) in IsNull() function
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dtagged_value.h300 inline bool IsNull() const in IsNull() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
Dinterpreter-inl.h430 ALWAYS_INLINE bool IsNull(ObjectHeader *obj) in IsNull() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dscoped_objects_fix.h78 bool IsNull(ani_ref ref) in IsNull() function
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_json.cpp306 bool PtJson::IsNull() const in IsNull() function in panda::ecmascript::tooling::PtJson
/arkcompiler/jsvm/test/unittest/
Djsvm_utils.cpp315 bool IsNull(JSVM_Value value) in IsNull() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h289 inline bool IsNull() const in IsNull() function
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md2344 ### IsNull subsection
Djsnapi_expo.cpp495 bool JSValueRef::IsNull() in IsNull() function in panda::JSValueRef
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp2297 HWTEST_F_L0(JSNApiTests, IsNull) in HWTEST_F_L0() argument