Searched refs:arrayArg (Results 1 – 4 of 4) sorted by relevance
114 target: JSTypedArray, targetLength: uintptr, arrayArg: JSAny,118 const src: JSReceiver = ToObject_Inline(context, arrayArg);
528 bool arrayArg = false; in constructorErrorCheck() local540 arrayArg = true; in constructorErrorCheck()552 if (arrayArg && op != EOpConstructStruct) { in constructorErrorCheck()
6620 bool arrayArg = false; in constructorError() local6628 arrayArg = true; in constructorError()6692 if (arrayArg && function.getParamCount() == 1 && op != EOpConstructStruct && type.isArray() && in constructorError()6697 if (arrayArg && op != EOpConstructStruct && ! type.isArrayOfArrays()) { in constructorError()
3439 bool arrayArg = false; in constructorError() local3449 arrayArg = true; in constructorError()3639 if (arrayArg && op != EOpConstructStruct && ! type.isArrayOfArrays()) { in constructorError()