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

  /external/chromium_org/v8/src/
symbol.js 25 if (!(IS_SYMBOL(this) || IS_SYMBOL_WRAPPER(this))) {
35 if (!(IS_SYMBOL(this) || IS_SYMBOL_WRAPPER(this))) {
macros.py 120 macro IS_SYMBOL_WRAPPER(arg) = (%_ClassOf(arg) === 'Symbol');
runtime.js 479 if (IS_SYMBOL_WRAPPER(x)) throw MakeTypeError('symbol_to_primitive', []);

Completed in 341 milliseconds