/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ |
decorators.py | 26 if inspect.isgeneratorfunction(func):
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_inspect.py | 24 # isbuiltin, isroutine, isgenerator, isgeneratorfunction, getmembers, 49 inspect.isgenerator, inspect.isgeneratorfunction]) 56 if predicate == inspect.isgeneratorfunction and\ 88 self.istest(inspect.isgeneratorfunction, 'generator_function_example') [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_inspect.py | 24 # isbuiltin, isroutine, isgenerator, isgeneratorfunction, getmembers, 49 inspect.isgenerator, inspect.isgeneratorfunction]) 56 if predicate == inspect.isgeneratorfunction and\ 88 self.istest(inspect.isgeneratorfunction, 'generator_function_example') [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_inspect.py | 24 # isbuiltin, isroutine, isgenerator, isgeneratorfunction, getmembers, 49 inspect.isgenerator, inspect.isgeneratorfunction]) 56 if predicate == inspect.isgeneratorfunction and\ 88 self.istest(inspect.isgeneratorfunction, 'generator_function_example') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_inspect.py | 24 # isbuiltin, isroutine, isgenerator, isgeneratorfunction, getmembers, 49 inspect.isgenerator, inspect.isgeneratorfunction]) 56 if predicate == inspect.isgeneratorfunction and\ 88 self.istest(inspect.isgeneratorfunction, 'generator_function_example') [all...] |
/external/v8/src/ |
contexts.h | 544 if (IsGeneratorFunction(kind)) {
|
globals.h | 983 inline bool IsGeneratorFunction(FunctionKind kind) { 1027 if (IsConciseMethod(kind) && !IsGeneratorFunction(kind)) return false;
|
factory.cc | [all...] |
api.cc | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
inspect.py | 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(), 155 def isgeneratorfunction(object): function [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
inspect.py | 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(), 155 def isgeneratorfunction(object): function [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
inspect.py | 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(), 155 def isgeneratorfunction(object): function [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
inspect.py | 10 ismodule(), isclass(), ismethod(), isfunction(), isgeneratorfunction(), 155 def isgeneratorfunction(object): function [all...] |
/external/v8/src/parsing/ |
parser.cc | [all...] |
parser-base.h | 222 bool is_generator() const { return IsGeneratorFunction(kind_); } [all...] |
/external/v8/test/cctest/ |
test-api.cc | [all...] |
/external/v8/src/full-codegen/arm64/ |
full-codegen-arm64.cc | 143 DCHECK(!IsGeneratorFunction(info->literal()->kind()) || locals_count == 0); [all...] |
/external/v8/src/full-codegen/ia32/ |
full-codegen-ia32.cc | 128 DCHECK(!IsGeneratorFunction(literal()->kind()) || locals_count == 0); [all...] |
/external/v8/src/full-codegen/ppc/ |
full-codegen-ppc.cc | 144 DCHECK(!IsGeneratorFunction(info->literal()->kind()) || locals_count == 0); [all...] |
/external/v8/src/full-codegen/x64/ |
full-codegen-x64.cc | 127 DCHECK(!IsGeneratorFunction(info->literal()->kind()) || locals_count == 0); [all...] |
/external/v8/src/full-codegen/x87/ |
full-codegen-x87.cc | 128 DCHECK(!IsGeneratorFunction(literal()->kind()) || locals_count == 0); [all...] |
/external/v8/src/full-codegen/arm/ |
full-codegen-arm.cc | 139 DCHECK(!IsGeneratorFunction(info->literal()->kind()) || locals_count == 0); [all...] |
/external/v8/src/full-codegen/mips/ |
full-codegen-mips.cc | 148 DCHECK(!IsGeneratorFunction(info->literal()->kind()) || locals_count == 0); [all...] |
/external/v8/src/full-codegen/mips64/ |
full-codegen-mips64.cc | 147 DCHECK(!IsGeneratorFunction(info->literal()->kind()) || locals_count == 0); [all...] |
/external/v8/include/ |
v8.h | [all...] |