Home
last modified time | relevance | path

Searched refs:IsSameTypeOrHClass (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h695 static bool IsSameTypeOrHClass(JSTaggedValue x, JSTaggedValue y);
Djs_tagged_value.cpp329 bool JSTaggedValue::IsSameTypeOrHClass(JSTaggedValue x, JSTaggedValue y) in IsSameTypeOrHClass() function in panda::ecmascript::JSTaggedValue