Home
last modified time | relevance | path

Searched refs:GeneratorFunction (Results 1 – 25 of 261) sorted by relevance

1234567891011

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/node/node_modules/typescript/lib/
H A Dlib.es2015.generator.d.ts23 interface GeneratorFunction { interface
53 new (...args: string[]): GeneratorFunction;
58 (...args: string[]): GeneratorFunction;
70 readonly prototype: GeneratorFunction;
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.es2015.generator.d.ts31 interface GeneratorFunction { interface
61 new (...args: string[]): GeneratorFunction;
66 (...args: string[]): GeneratorFunction;
78 readonly prototype: GeneratorFunction;
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.es2015.generator.d.ts31 interface GeneratorFunction { interface
61 new (...args: string[]): GeneratorFunction;
66 (...args: string[]): GeneratorFunction;
78 readonly prototype: GeneratorFunction;
/dports/java/netbeans/netbeans/webcommon/typescript-lsp/node_modules/typescript/lib/
H A Dlib.es2015.generator.d.ts31 interface GeneratorFunction { interface
61 new (...args: string[]): GeneratorFunction;
66 (...args: string[]): GeneratorFunction;
78 readonly prototype: GeneratorFunction;
/dports/devel/jetbrains-goland/GoLand-2019.3.1/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.es2015.generator.d.ts31 interface GeneratorFunction { interface
61 new (...args: string[]): GeneratorFunction;
66 (...args: string[]): GeneratorFunction;
78 readonly prototype: GeneratorFunction;
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/lib/
H A Dlib.es2015.generator.d.ts31 interface GeneratorFunction { interface
61 new (...args: string[]): GeneratorFunction;
66 (...args: string[]): GeneratorFunction;
78 readonly prototype: GeneratorFunction;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/typescript/lib/
H A Dlib.es2015.generator.d.ts31 interface GeneratorFunction { interface
61 new (...args: string[]): GeneratorFunction;
66 (...args: string[]): GeneratorFunction;
78 readonly prototype: GeneratorFunction;
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.es2015.generator.d.ts31 interface GeneratorFunction { interface
61 new (...args: string[]): GeneratorFunction;
66 (...args: string[]): GeneratorFunction;
78 readonly prototype: GeneratorFunction;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/typescript/lib/
H A Dlib.es2015.generator.d.ts31 interface GeneratorFunction { interface
61 new (...args: string[]): GeneratorFunction;
66 (...args: string[]): GeneratorFunction;
78 readonly prototype: GeneratorFunction;
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4generatorobject_p.h75 struct GeneratorFunction : ArrowFunction { struct
90 Member(class, Pointer, GeneratorFunction *, function) \
109 struct GeneratorFunction : ArrowFunction struct
111 V4_OBJECT2(GeneratorFunction, ArrowFunction)
112 V4_INTERNALCLASS(GeneratorFunction)
H A Dqv4generatorobject.cpp49 DEFINE_OBJECT_VTABLE(GeneratorFunction);
67 ReturnedValue o = Encode(GeneratorFunction::create(global, vmf)); in virtualCallAsConstructor()
83 Heap::FunctionObject *GeneratorFunction::create(ExecutionContext *context, Function *function) in create()
86 …Scoped<GeneratorFunction> g(scope, context->engine()->memoryManager->allocate<GeneratorFunction>(c… in create()
94 ReturnedValue GeneratorFunction::virtualCall(const FunctionObject *f, const Value *thisObject, cons… in virtualCall()
96 const GeneratorFunction *gf = static_cast<const GeneratorFunction *>(f); in virtualCall()
259 return GeneratorFunction::virtualCall(f, thisObject, argv, argc); in virtualCall()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4generatorobject_p.h75 struct GeneratorFunction : ArrowFunction { struct
90 Member(class, Pointer, GeneratorFunction *, function) \
109 struct GeneratorFunction : ArrowFunction struct
111 V4_OBJECT2(GeneratorFunction, ArrowFunction)
112 V4_INTERNALCLASS(GeneratorFunction)
H A Dqv4generatorobject.cpp49 DEFINE_OBJECT_VTABLE(GeneratorFunction);
67 ReturnedValue o = Encode(GeneratorFunction::create(global, vmf)); in virtualCallAsConstructor()
83 Heap::FunctionObject *GeneratorFunction::create(ExecutionContext *context, Function *function) in create()
86 …Scoped<GeneratorFunction> g(scope, context->engine()->memoryManager->allocate<GeneratorFunction>(c… in create()
94 ReturnedValue GeneratorFunction::virtualCall(const FunctionObject *f, const Value *thisObject, cons… in virtualCall()
96 const GeneratorFunction *gf = static_cast<const GeneratorFunction *>(f); in virtualCall()
259 return GeneratorFunction::virtualCall(f, thisObject, argv, argc); in virtualCall()
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/frontends/swig_python/
H A Dthrill_python.i23 %feature("director") GeneratorFunction;
76 %feature("pythonprepend") thrill::PyContext::Generate(GeneratorFunction&, size_t) %{
78 if not isinstance(args[0], GeneratorFunction) and callable(args[0]):
79 class CallableWrapper(GeneratorFunction):
H A Dthrill_python.hpp161 class GeneratorFunction class
164 virtual ~GeneratorFunction() { } in ~GeneratorFunction()
395 PyDIA Generate(GeneratorFunction& generator_function, size_t size) { in Generate()
/dports/editors/imhex/ImHex-1.7.0/plugins/libimhex/include/hex/api/
H A Dcontent_registry.hpp146 …using GeneratorFunction = std::function<DisplayFunction(const std::vector<u8>&, std::endian, Numbe… typedef
151 GeneratorFunction generatorFunction;
154 …static void add(std::string_view unlocalizedName, size_t requiredSize, GeneratorFunction function);
/dports/misc/netron/node_modules/@sindresorhus/is/dist/
H A Dindex.d.ts29 GeneratorFunction = "GeneratorFunction", enumerator
77 const generatorFunction: (value: unknown) => value is GeneratorFunction;
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/js/types/models/expressions/
H A Dcustomjs_expr.d.ts23 get func(): GeneratorFunction;
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DProtoKey.h104 REAL(GeneratorFunction, CLASP(GeneratorFunction)) \
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DProtoKey.h111 REAL(GeneratorFunction, CLASP(GeneratorFunction)) \
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DProtoKey.h104 REAL(GeneratorFunction, CLASP(GeneratorFunction)) \
/dports/www/firefox/firefox-99.0/js/public/
H A DProtoKey.h110 REAL(GeneratorFunction, CLASP(GeneratorFunction)) \
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/js/types/core/
H A Dtypes.d.ts1 export declare const GeneratorFunction: GeneratorFunctionConstructor; constant
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/js/types/models/policies/
H A Dlabeling.d.ts59 get func(): GeneratorFunction;
/dports/www/node10/node-v10.24.1/src/
H A Dnode_types.cc24 V(GeneratorFunction) \

1234567891011