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

/forgerock/openam-v13/openam-scripting/src/main/js/
H A DdeviceIdMatch-server-side.js100 undefinedLocation;
404 if (undefinedLocation(currentValue) && undefinedLocation(storedValue)) {
407 if (undefinedLocation(currentValue) && !undefinedLocation(storedValue)) {
410 if (!undefinedLocation(currentValue) && undefinedLocation(storedValue)) {
491 undefinedLocation = function(location) {
480 }; function
/forgerock/openam/openam-scripting/src/main/js/
H A DdeviceIdMatch-server-side.js100 undefinedLocation;
404 if (undefinedLocation(currentValue) && undefinedLocation(storedValue)) {
407 if (undefinedLocation(currentValue) && !undefinedLocation(storedValue)) {
410 if (!undefinedLocation(currentValue) && undefinedLocation(storedValue)) {
491 undefinedLocation = function(location) {
480 }; function

Completed in 36 milliseconds