Searched defs:LEnvironment (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/crankshaft/
H A Dlithium.h400 class LEnvironment final : public ZoneObject {
402 LEnvironment(Handle<JSFunction> closure, function in class:v8::internal::final
408 LEnvironment* outer,
439 LEnvironment* outer() const { return outer_; }
542 LEnvironment* outer_;
552 explicit ShallowIterator(LEnvironment* env)
573 LEnvironment* env() { return env_; }
587 LEnvironment* env_;
596 explicit DeepIterator(LEnvironment* env)
749 LEnvironment* CreateEnvironmen
[all...]

Completed in 203 milliseconds