Home
last modified time | relevance | path

Searched defs:is_toplevel (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dshared-function-info.cc492 FunctionLiteral* lit, bool is_toplevel) { in InitFromFunctionLiteral()
/third_party/node/deps/v8/src/heap/
Dfactory-base.cc325 FunctionLiteral* literal, Handle<Script> script, bool is_toplevel) { in NewSharedFunctionInfoForLiteral()
/third_party/rust/crates/bindgen/bindgen/ir/
Ditem.rs577 pub fn is_toplevel(&self, ctx: &BindgenContext) -> bool { in is_toplevel() method
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs241 pub fn is_toplevel(&self) -> bool { in is_toplevel() method
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs3200 let is_toplevel = item.is_toplevel(ctx); in codegen() localVariable
/third_party/node/deps/v8/src/ast/
Dast.h2186 bool is_toplevel() const { in is_toplevel() function