Searched defs:IsArray (Results 1 – 9 of 9) sorted by relevance
28 IsArray: 'https://ecma-international.org/ecma-262/6.0/#sec-isarray', property
28 IsArray: 'https://ecma-international.org/ecma-262/7.0/#sec-isarray', property
29 IsArray: 'https://ecma-international.org/ecma-262/8.0/#sec-isarray', property
333 NO_SANITIZE("cfi-icall") bool CefV8ValueCToCpp::IsArray() { in IsArray() function in CefV8ValueCToCpp
1741 bool IsArray; // new[] ? variable1777 bool IsArray; variable1867 bool IsArray; variable4098 bool IsArray = look(1) == 'a'; in parseNewExpr() local
482 inline bool IsArray(const Type &type) { in IsArray() function
4012 bool IsArray = FullTy->isArrayTy(); in parseFunctionBody() local4054 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
1684 bool CefV8ValueImpl::IsArray() { in IsArray() function in CefV8ValueImpl
905 struct IsArray : detail::IsArrayHelper<typename RemoveCV<T>::Type> struct115592 bool IsArray() { return !mProperty && mValue; } in IsArray() function