Searched refs:NUMBER_OF_TYPED_ARRAY_TYPES (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DTypedArrayType.h50 #define NUMBER_OF_TYPED_ARRAY_TYPES TypeDataView macro
H A DJSGlobalObject.cpp440 std::array<InternalFunction*, NUMBER_OF_TYPED_ARRAY_TYPES> typedArrayConstructors;
452 for (unsigned typedArrayIndex = NUMBER_OF_TYPED_ARRAY_TYPES; typedArrayIndex--;) {
707 for (unsigned i = NUMBER_OF_TYPED_ARRAY_TYPES; i--;) {
H A DJSGlobalObject.h237 std::array<TypedArrayData, NUMBER_OF_TYPED_ARRAY_TYPES> m_typedArrays;
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGByteCodeParser.cpp1865 for (unsigned typeIndex = 0; typeIndex < NUMBER_OF_TYPED_ARRAY_TYPES; ++typeIndex) {

Completed in 75 milliseconds