Searched defs:STR_APPLY_OK (Results 1 – 3 of 3) sorted by relevance
3650 try { String.fromCharCode.apply(null, [0]); } catch(__) { STR_APPLY_OK = false; } property
5540 try { String.fromCharCode.apply(null, [ 0 ]); } catch (__) { STR_APPLY_OK = false; } property