Home | History | Annotate | Download | only in src

Lines Matching refs:Array

638     FAIL(expr, "array literal inside a function");
647 FAIL(value, "array component expected to be a function");
652 IntersectResult(expr, Type::Array(elem_type, zone()));
685 FAIL(property->obj(), "array expected");
735 "array index expected to be integer"));
751 "array index expected to be integer"));
758 "array index expected to be integer"));
764 "array shift expected to be integer"));
1357 stdlib_types_[#TypeName "Array"] = new (zone()) VariableInfo( \
1358 Type::Function(cache_.k##TypeName##Array, buffer_type, zone()));
1363 stdlib_heap_types_[#TypeName "Array"] = new (zone()) VariableInfo( \
1364 Type::Function(cache_.k##TypeName##Array, buffer_type, zone()));