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

  /external/chromium_org/v8/test/mjsunit/
constant-fold-control-instructions.js 32 assertTrue(%_IsFunction(function() {}));
33 assertFalse(%_IsFunction(null));
  /external/chromium_org/tools/json_schema_compiler/
dart_generator.py 118 add_public_constructor = all(not self._IsFunction(p.type_)
147 if not self._IsFunction(p.type_)]
161 if self._IsFunction(t.type_)]
524 if self._IsFunction(prop.type_):
642 def _IsFunction(self, type_):
  /external/chromium_org/v8/src/
macros.py 111 macro IS_FUNCTION(arg) = (%_IsFunction(arg));

Completed in 674 milliseconds