Searched refs:checkThisBox (Results 1 – 4 of 4) sorted by relevance
33 Alert: PASS: this.getField('MyField').checkThisBox() threw Field.checkThisBox: Incorrect number of …34 Alert: PASS: this.getField('MyField').checkThisBox({}) threw Field.checkThisBox: Object is of the w…46 Alert: PASS: this.getField('MyField').checkThisBox(0, true) threw Field.checkThisBox: Object is of …
70 expectError("this.getField('MyField').checkThisBox()");71 expectError("this.getField('MyField').checkThisBox({})");88 expectError("this.getField('MyField').checkThisBox(0, true)");
101 JS_STATIC_METHOD(checkThisBox, CJS_Field)308 CJS_Result checkThisBox(CJS_Runtime* pRuntime,
2306 CJS_Result CJS_Field::checkThisBox( in checkThisBox() function in CJS_Field