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

  /external/v8/src/
debug-debugger.js 493 if (!IS_FUNCTION(listener) && !IS_UNDEFINED(listener) && !IS_NULL(listener)) {
505 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
517 if (IS_FUNCTION(func_or_script_name)) {
554 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
559 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
564 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
569 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
574 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
628 if (!IS_FUNCTION(func)) throw new Error('Parameters have wrong types.');
896 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.')
    [all...]
macros.py 111 macro IS_FUNCTION(arg) = (%_IsFunction(arg));
runtime.js 376 if (!IS_FUNCTION(delegate)) {
385 if (!IS_FUNCTION(delegate)) {
messages.js 215 if (IS_FUNCTION(obj)) {
    [all...]
v8natives.js 179 if (!IS_FUNCTION(f)) return f;
    [all...]
mirror-debugger.js 76 } else if (IS_FUNCTION(value)) {
895 } else if (IS_FUNCTION(value)) {
    [all...]
  /external/libxml2/
xpath.c     [all...]

Completed in 134 milliseconds