Home
last modified time | relevance | path

Searched refs:IsGeneratorFunction (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dfunction-kind.h91 inline bool IsGeneratorFunction(FunctionKind kind) { in IsGeneratorFunction() function
102 return IsGeneratorFunction(kind) || IsAsyncFunction(kind) || IsModule(kind); in IsResumableFunction()
H A Dcontexts-inl.h222 if (IsGeneratorFunction(kind)) { in FunctionMapIndex()
H A Djs-function-inl.h186 IsGeneratorFunction(shared(cage_base).kind()); in DEF_GETTER()
H A Djs-function.cc669 IsGeneratorFunction(function->shared().kind())); in SetPrototype()
692 IsGeneratorFunction(kind) in SetPrototype()
/third_party/node/deps/v8/include/
H A Dv8-value.h205 bool IsGeneratorFunction() const;
/third_party/node/deps/v8/include/v8-include/
H A Dv8-value.h205 bool IsGeneratorFunction() const;
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc576 if (location.IsSuspend() && (!IsGeneratorFunction(shared->kind()) || in Break()
1217 (step_action == StepOut || (IsGeneratorFunction(shared->kind()) && in PrepareStep()
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h1056 return IsGeneratorFunction(function_state_->kind()); in is_generator()
1726 next, language_mode(), IsGeneratorFunction(function_kind), in ParseIdentifier()
4359 } else if (IsGeneratorFunction(kind)) { in ParseFunctionBody()
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc69 GeneratorFunctionBitField::encode(IsGeneratorFunction(kind)) | in FunctionKindToFunctionFlags()
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc1791 if (IsGeneratorFunction(function_kind)) return "function*"; in Header()
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc1542 if (function->IsGeneratorFunction()) { in getInternalProperties()
/third_party/node/deps/v8/src/api/
H A Dapi.cc3698 bool Value::IsGeneratorFunction() const { in IsGeneratorFunction() function in v8::Value
3703 return i::IsGeneratorFunction(func.shared().kind()); in IsGeneratorFunction()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h1652 TNode<BoolT> IsGeneratorFunction(TNode<JSFunction> function);
H A Dcode-stub-assembler.cc2890 TNode<BoolT> CodeStubAssembler::IsGeneratorFunction(
2901 // See IsGeneratorFunction(FunctionKind kind).
2919 // IsGeneratorFunction(shared()->kind())
2924 Branch(IsGeneratorFunction(function), if_true, if_false);

Completed in 71 milliseconds