Home
last modified time | relevance | path

Searched refs:IsNativePointer (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h528 bool IsNativePointer() const;
Djs_tagged_value-inl.h529 inline bool JSTaggedValue::IsNativePointer() const in IsNativePointer() function
Djs_object.cpp2220 } else if (value.IsNativePointer()) { // FunctionExtraInfo in SetHash()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h427 bool IsNativePointer();
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3132 bool JSValueRef::IsNativePointer() in IsNativePointer() function in panda::JSValueRef