Home
last modified time | relevance | path

Searched refs:IS_FUNCTION (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/debug/
Ddebug.js412 if (!IS_FUNCTION(listener) && !IS_UNDEFINED(listener) && !IS_NULL(listener)) {
425 if (IS_FUNCTION(func_or_script_name)) {
463 if (!IS_FUNCTION(f)) throw %make_type_error(kDebuggerType);
469 if (!IS_FUNCTION(f)) throw %make_type_error(kDebuggerType);
523 if (!IS_FUNCTION(func)) throw %make_type_error(kDebuggerType);
763 if (!IS_FUNCTION(f)) throw %make_error(kDebuggerType);
Dmirrors.js105 } else if (IS_FUNCTION(value)) {
1774 if (IS_FUNCTION(f)) {
/external/v8/src/js/
Dmacros.py53 macro IS_FUNCTION(arg) = (%IsFunction(arg));
/external/libxml2/
Dxpath.c8463 #define IS_FUNCTION 200 macro