Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_array.h60 … static bool IsProtoNotModifiedDictionaryJSArray(JSThread *thread, const JSHandle<JSObject> &obj);
Djs_array.cpp487 bool JSArray::IsProtoNotModifiedDictionaryJSArray(JSThread *thread, const JSHandle<JSObject> &obj) in IsProtoNotModifiedDictionaryJSArray() function in panda::ecmascript::JSArray
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp536 … else if (JSArray::IsProtoNotModifiedDictionaryJSArray(thread, JSHandle<JSObject>::Cast(ele))) { in Concat()