Home
last modified time | relevance | path

Searched refs:is_wrapped (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dscript-inl.h47 bool Script::is_wrapped() const { in is_wrapped() function in v8::internal::Script
59 DCHECK(!is_wrapped()); in set_eval_from_shared()
77 DCHECK(is_wrapped()); in wrapped_arguments()
84 DCHECK(!is_wrapped()); in set_shared_function_info_table()
H A Dscript.h81 inline bool is_wrapped() const;
H A Dshared-function-info.h466 inline bool is_wrapped() const;
H A Dshared-function-info-inl.h348 bool SharedFunctionInfo::is_wrapped() const { in is_wrapped() function in v8::internal::SharedFunctionInfo
H A Dshared-function-info.cc414 if (!shared->is_wrapped()) return source; in GetSourceCodeHarmony()
/third_party/node/deps/v8/src/parsing/
H A Dparse-info.cc72 DCHECK_IMPLIES(flags.is_toplevel(), !script.is_wrapped()); in ForFunctionCompile()
89 if (script.is_wrapped()) { in ForScriptCompile()
316 if (script.is_wrapped()) { in CheckFlagsForToplevelCompileFromScript()
325 DCHECK_EQ(flags().is_eval() && !script.is_wrapped(), in CheckFlagsForFunctionFromScript()
H A Dparser.cc550 DCHECK_EQ(script->is_wrapped(), info->is_wrapped_as_function()); in ParseProgram()
551 if (script->is_wrapped()) { in ParseProgram()
882 if (shared_info->is_wrapped()) { in ParseFunction()
2629 bool is_wrapped = function_syntax_kind == FunctionSyntaxKind::kWrapped; in ParseFunctionLiteral() local
2630 DCHECK_EQ(is_wrapped, arguments_for_wrapped_function != nullptr); in ParseFunctionLiteral()
2648 function_state_->next_function_is_likely_called() || is_wrapped in ParseFunctionLiteral()
2744 if (!is_wrapped && V8_UNLIKELY(!Check(Token::LPAREN))) { in ParseFunctionLiteral()
3042 bool is_wrapped = function_syntax_kind == FunctionSyntaxKind::kWrapped; in ParseFunction() local
3057 if (is_wrapped) { in ParseFunction()
/third_party/node/deps/v8/src/debug/
H A Ddebug-scopes.cc259 if (scope_info->scope_type() == EVAL_SCOPE || script->is_wrapped()) {
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc3226 if (info.is_wrapped()) { in Compile()
3552 if (shared->is_toplevel() || shared->is_wrapped()) { in Compile()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc2212 } else if (is_wrapped()) { in ScriptPrint()
/third_party/node/deps/v8/src/api/
H A Dapi.cc2821 Utils::ApiCheck(shared->is_wrapped(), in CreateCodeCacheForFunction()

Completed in 52 milliseconds