Lines Matching refs:test
214 if ((isFunction(classList) || isUndefined(classList)) && !REGXP_LANGUAGE.test(classList)) {
235 if (isFunction(value) && !REGXP_LANGUAGE.test(value)) {
270 } else if (REGEXP_NUMBER_PX.test(value)) {
273 } else if (REGEXP_COLOR.test(value)) {
322 * such as: onclick = "test(value)" => "click": function(evt){this.test(this.value, evt)}
328 * such as: onclick = "test" => "click": "test"
338 * Compile events of type string, add `_vm.` in front of ordinary events, such as: onclick="test" => "click": "_vm.test"
350 if (itRE.test(value)) {
495 if (!REGXP_LANGUAGE.test(func)) {
531 if (itRE.test(value)) {