Home | History | Annotate | Download | only in src

Lines Matching refs:LEnvironment

388 class LEnvironment FINAL : public ZoneObject {
390 LEnvironment(Handle<JSFunction> closure,
396 LEnvironment* outer,
427 LEnvironment* outer() const { return outer_; }
530 LEnvironment* outer_;
540 explicit ShallowIterator(LEnvironment* env)
561 LEnvironment* env() { return env_; }
575 LEnvironment* env_;
584 explicit DeepIterator(LEnvironment* env)
733 LEnvironment* CreateEnvironment(HEnvironment* hydrogen_env,
738 LEnvironment* result);