Searched refs:_IsFunction (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Dconstant-fold-control-instructions.js32 assertTrue(%_IsFunction(function() {}));
33 assertFalse(%_IsFunction(null));
/external/chromium_org/tools/json_schema_compiler/
H A Ddart_generator.py118 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_): member in class:_Generator
/external/chromium_org/v8/src/
H A Dmacros.py111 macro IS_FUNCTION(arg) = (%_IsFunction(arg));

Completed in 817 milliseconds