Home
last modified time | relevance | path

Searched defs:IsUndefined (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dscoped_objects_fix.h46 static bool IsUndefined(ani_ref ref) in IsUndefined() function
51 static bool IsUndefined(ani_wref ref) in IsUndefined() function
56 static bool IsUndefined(EtsObject *object) in IsUndefined() function
Dani_interaction_api.cpp64 static inline bool IsUndefined(ani_ref ref) in IsUndefined() function
/arkcompiler/runtime_core/bytecode_optimizer/
Dtagged_value.h142 inline bool IsUndefined() const in IsUndefined() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_common.h230 inline bool IsUndefined(napi_env env, napi_value val) in IsUndefined() function
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h294 ARK_INLINE bool IsUndefined() const in IsUndefined() function
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dtagged_value.h295 inline bool IsUndefined() const in IsUndefined() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
Dinterpreter-inl.h435 ALWAYS_INLINE bool IsUndefined(ObjectHeader *obj) in IsUndefined() function
/arkcompiler/jsvm/test/unittest/
Djsvm_utils.cpp322 bool IsUndefined(JSVM_Value value) in IsUndefined() function
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md2296 ### IsUndefined subsection
Djsnapi_expo.cpp490 bool JSValueRef::IsUndefined() in IsUndefined() function in panda::JSValueRef