Home
last modified time | relevance | path

Searched refs:closure_ (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Djs-context-specialization.h45 closure_(closure), in JSContextSpecialization()
70 MaybeHandle<JSFunction> closure() const { return closure_; } in closure()
75 MaybeHandle<JSFunction> closure_; member in v8::internal::compiler::final
/third_party/gn/src/gn/
H A Dtemplate.cc21 : closure_(scope->MakeClosure()), definition_(def) {} in Template()
24 : closure_(std::move(scope)), definition_(def) {} in Template()
69 Scope template_scope(closure_.get()); in Invoke()
H A Dtemplate.h62 std::unique_ptr<const Scope> closure_; member in Template
/third_party/node/deps/v8/src/codegen/
H A Doptimized-compilation-info.cc38 closure_ = closure; in OptimizedCompilationInfo()
119 if (!closure_.is_null()) { in ReopenHandlesInNewHandleScope()
120 closure_ = Handle<JSFunction>(*closure_, isolate); in ReopenHandlesInNewHandleScope()
H A Doptimized-compilation-info.h121 Handle<JSFunction> closure() const { return closure_; } in closure()
262 Handle<JSFunction> closure_; member in v8::internal::final
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 26 milliseconds