Home
last modified time | relevance | path

Searched defs:isGenerator (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/
DTypeScriptLinter.ts722 const isGenerator = funcExpr.asteriskToken !== undefined; constant
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DTypeScriptLinter.ts843 const isGenerator = funcExpr.asteriskToken !== undefined; constant
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp578 Label isGenerator(env); in InitializeJSFunction() local