Home
last modified time | relevance | path

Searched refs:IsResumableFunction (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/runtime/
Druntime-generator.cc53 CHECK(IsResumableFunction(function->shared().kind())); in RUNTIME_FUNCTION()
Druntime-classes.cc604 !IsResumableFunction( in DefineClass()
/third_party/node/deps/v8/src/objects/
Dfunction-kind.h101 inline bool IsResumableFunction(FunctionKind kind) { in IsResumableFunction() function
Djs-function.cc729 IsResumableFunction(function->shared().kind())); in EnsureHasInitialMap()
744 if (IsResumableFunction(function->shared().kind())) { in EnsureHasInitialMap()
Dshared-function-info-inl.h617 if (IsResumableFunction(kind()) || !allows_lazy_compilation()) { in ShouldFlushCode()
/third_party/node/deps/v8/src/asmjs/
Dasm-js.cc337 if (IsResumableFunction(shared->scope_info().function_kind())) { in InstantiateAsmWasm()
/third_party/node/deps/v8/src/builtins/
Daccessors.cc490 DCHECK(IsResumableFunction(function->shared().kind())); in GetFrameArguments()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc1420 if (IsResumableFunction(literal->kind())) { in GenerateBytecodeBody()
1479 if (IsResumableFunction(info()->literal()->kind())) { in AllocateTopLevelRegisters()
6954 if (IsResumableFunction(info()->literal()->kind())) return; in VisitNewTargetVariable()
6969 DCHECK(IsResumableFunction(info()->literal()->kind())); in BuildGeneratorObjectVariableInitialization()
7200 DCHECK(IsResumableFunction(info()->literal()->kind())); in generator_object()
/third_party/node/deps/v8/src/heap/
Dfactory.cc2248 } else if (IsResumableFunction(function->shared().kind())) { in DEFINE_ERROR()
2265 if (!IsResumableFunction(function->shared().kind())) { in DEFINE_ERROR()
2748 DCHECK(IsResumableFunction(function->shared().kind())); in NewJSGeneratorObject()
/third_party/node/deps/v8/src/parsing/
Dparser-base.h1065 return IsResumableFunction(function_state_->kind()); in is_resumable()
4310 if (IsResumableFunction(kind)) impl()->PrepareGeneratorVariables(); in ParseFunctionBody()
/third_party/node/deps/v8/src/ast/
Dast.h2202 DCHECK(IsResumableFunction(kind())); in CanSuspend()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc444 if (!IsResumableFunction(info->kind()) && prototype->IsTheHole(isolate)) { in CreateFunctionForBuiltinWithPrototype()