Searched refs:CreateArrayUnscopables (Results 1 – 2 of 2) sorted by relevance
482 JSHandle<JSTaggedValue> CreateArrayUnscopables(JSThread *thread) const;
2235 JSHandle<JSTaggedValue> unscopables = CreateArrayUnscopables(thread_); in InitializeArray()3933 JSHandle<JSTaggedValue> Builtins::CreateArrayUnscopables(JSThread *thread) const in CreateArrayUnscopables() function in panda::ecmascript::Builtins