Searched defs:nullOrUndefined (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-scripting/src/main/js/
H A DdeviceIdMatch-server-side.js99 var all, any, calculateDistance, calculateIntersection, calculatePercentage, nullOrUndefined, splitAndTrim,
159 if (nullOrUndefined(first) && nullOrUndefined(second)) {
161 } else if (nullOrUndefined(first)) {
163 } else if (nullOrUndefined(second)) {
192 return nullOrUndefined(this.penaltyPoints) || this.penaltyPoints === 0;
216 if (!nullOrUndefined(storedValue)) {
217 if (nullOrUndefined(currentValue) || currentValue !== storedValue) {
220 } else if (!nullOrUndefined(currentValue)) {
253 if (nullOrUndefined(currentValu
493 }; function
[all...]
/forgerock/openam/openam-scripting/src/main/js/
H A DdeviceIdMatch-server-side.js99 var all, any, calculateDistance, calculateIntersection, calculatePercentage, nullOrUndefined, splitAndTrim,
159 if (nullOrUndefined(first) && nullOrUndefined(second)) {
161 } else if (nullOrUndefined(first)) {
163 } else if (nullOrUndefined(second)) {
192 return nullOrUndefined(this.penaltyPoints) || this.penaltyPoints === 0;
216 if (!nullOrUndefined(storedValue)) {
217 if (nullOrUndefined(currentValue) || currentValue !== storedValue) {
220 } else if (!nullOrUndefined(currentValue)) {
253 if (nullOrUndefined(currentValu
493 }; function
[all...]

Completed in 43 milliseconds