Searched refs:FUNCTION_TYPE (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
D | typeannotation.py | 50 FUNCTION_TYPE = 'function' variable in TypeAnnotation 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/ |
D | mirrors.js | 73 FUNCTION_TYPE : 'function', property 886 %_Call(ObjectMirror, this, value, MirrorType.FUNCTION_TYPE); 1050 %_Call(ValueMirror, this, MirrorType.FUNCTION_TYPE, value); 2567 case MirrorType.FUNCTION_TYPE: 2646 case MirrorType.FUNCTION_TYPE:
|