Home
last modified time | relevance | path

Searched refs:IncludeInSortedValue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp83 if (!JSArray::IncludeInSortedValue(thread, exports, key)) { in GetProperty()
217 if (JSArray::IncludeInSortedValue(thread, exports, key)) { in HasProperty()
247 if (!JSArray::IncludeInSortedValue(thread, exports, key)) { in GetOwnProperty()
288 if (JSArray::IncludeInSortedValue(thread, exports, key)) { in DeleteProperty()
/arkcompiler/ets_runtime/ecmascript/
Djs_array.h94 static bool IncludeInSortedValue(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
Djs_array.cpp438 bool JSArray::IncludeInSortedValue(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in IncludeInSortedValue() function in panda::ecmascript::JSArray