Home
last modified time | relevance | path

Searched refs:IsClassConstructor (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/ast/
Dscopes.h661 IsClassConstructor(function_kind())); in RecordSuperPropertyUsage()
670 IsClassConstructor(function_kind()))); in NeedsHomeObject()
829 (is_function_scope() && (IsClassConstructor(function_kind()) || in this_function_var()
Dscopes.cc750 if (IsConciseMethod(function_kind_) || IsClassConstructor(function_kind_) || in DeclareDefaultFunctionVariables()
/external/v8/src/
Dcontexts-inl.h148 if (IsClassConstructor(kind)) {
Dglobals.h1175 inline bool IsClassConstructor(FunctionKind kind) { in IsClassConstructor() function
Dobjects.cc14229 IsClassConstructor(lit->kind())); in InitFromFunctionLiteral()
/external/v8/src/objects/
Dshared-function-info-inl.h214 hints = IsClassConstructorBit::update(hints, IsClassConstructor(kind)); in set_kind()
/external/v8/src/compiler/
Djs-inlining.cc407 IsClassConstructor(shared_info->kind())) { in ReduceJSCall()
Dpipeline.cc2021 if (IsClassConstructor(info()->shared_info()->kind())) { in CreateGraph()
Djs-typed-lowering.cc1683 if (IsClassConstructor(shared.kind())) return NoChange(); in ReduceJSCall()
Dwasm-compiler.cc4509 if (!IsClassConstructor(function->shared()->kind())) { in BuildWasmToJSWrapper()
Djs-call-reducer.cc3371 if (IsClassConstructor(shared->kind())) { in ReduceJSCall()
/external/v8/src/runtime/
Druntime-object.cc861 CHECK_IMPLIES(!IsClassConstructor(function->shared()->kind()), in RUNTIME_FUNCTION()
/external/v8/src/parsing/
Dparser-base.h3654 IsClassConstructor(kind)) { in ParseSuperExpression()