HomeSort by relevance Sort by last modified time
    Searched defs:FUNCTION_TYPE (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
typeannotation.py 50 FUNCTION_TYPE = 'function'
56 'boolean', FUNCTION_TYPE, 'number', 'string', 'undefined'])
77 return self.identifier == TypeAnnotation.FUNCTION_TYPE
253 self.key_type.identifier == TypeAnnotation.FUNCTION_TYPE):
300 TypeAnnotation.FUNCTION_TYPE, TypeAnnotation.VAR_ARGS_TYPE]:
304 current.identifier != TypeAnnotation.FUNCTION_TYPE)
355 current.key_type.identifier != TypeAnnotation.FUNCTION_TYPE):
  /external/v8/src/debug/
mirrors.js 73 FUNCTION_TYPE : 'function',
888 %_Call(ObjectMirror, this, value, MirrorType.FUNCTION_TYPE);
1061 %_Call(ValueMirror, this, MirrorType.FUNCTION_TYPE, value);
    [all...]

Completed in 94 milliseconds