Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:is_wrapped
(Results
1 - 11
of
11
) sorted by relevance
/third_party/node/deps/v8/src/objects/
H
A
D
script-inl.h
47
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
D
script.h
81
inline bool
is_wrapped
() const;
H
A
D
shared-function-info.h
466
inline bool
is_wrapped
() const;
H
A
D
shared-function-info-inl.h
348
bool SharedFunctionInfo::
is_wrapped
() const {
in is_wrapped()
function in v8::internal::SharedFunctionInfo
H
A
D
shared-function-info.cc
414
if (!shared->
is_wrapped
()) return source;
in GetSourceCodeHarmony()
/third_party/node/deps/v8/src/parsing/
H
A
D
parse-info.cc
72
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
D
parser.cc
550
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
D
debug-scopes.cc
259
if (scope_info->scope_type() == EVAL_SCOPE || script->
is_wrapped
()) {
/third_party/node/deps/v8/src/codegen/
H
A
D
compiler.cc
3226
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
D
objects-printer.cc
2212
} else if (
is_wrapped
()) {
in ScriptPrint()
/third_party/node/deps/v8/src/api/
H
A
D
api.cc
2821
Utils::ApiCheck(shared->
is_wrapped
(),
in CreateCodeCacheForFunction()
Completed in 52 milliseconds