HomeSort by relevance Sort by last modified time
    Searched refs:IS_BOOLEAN_WRAPPER (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
macros.py 107 macro IS_BOOLEAN_WRAPPER(arg) = (%_ClassOf(arg) === 'Boolean');
json.js 170 } else if (IS_BOOLEAN_WRAPPER(value)) {
291 } else if (IS_BOOLEAN_WRAPPER(value)) {
v8natives.js 980 if (!IS_BOOLEAN_WRAPPER(b)) {
992 if (!IS_BOOLEAN(this) && !IS_BOOLEAN_WRAPPER(this))
    [all...]

Completed in 48 milliseconds