Home | History | Annotate | Download | only in src

Lines Matching refs:JS_TYPED_ARRAY_TYPE

169 TYPE_CHECKER(JSTypedArray, JS_TYPED_ARRAY_TYPE)
2083 case JS_TYPED_ARRAY_TYPE:
4781 bool Map::IsJSTypedArrayMap() { return instance_type() == JS_TYPED_ARRAY_TYPE; }