Lines Matching refs:runtime
20 var runtime = global.regeneratorRuntime;
21 if (runtime) {
25 module.exports = runtime;
34 runtime = global.regeneratorRuntime = inModule ? module.exports : {};
48 runtime.wrap = wrap;
119 runtime.isGeneratorFunction = function(genFun) {
129 runtime.mark = function(genFun) {
146 runtime.awrap = function(arg) {
229 runtime.AsyncIterator = AsyncIterator;
234 runtime.async = function(innerFn, outerFn, self, tryLocsList) { function
239 return runtime.isGeneratorFunction(outerFn)
456 runtime.keys = function(object) {
517 runtime.values = values;