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

/external/v8/src/
H A Dlithium.h442 class LEnvironment: public ZoneObject { class in namespace:v8::internal
444 LEnvironment(Handle<JSFunction> closure, function in class:v8::internal::LEnvironment
450 LEnvironment* outer)
478 LEnvironment* outer() const { return outer_; }
529 LEnvironment* outer_;
536 explicit ShallowIterator(LEnvironment* env)
556 LEnvironment* env() { return env_; }
570 LEnvironment* env_;
579 explicit DeepIterator(LEnvironment* env)
/external/chromium_org/v8/src/
H A Dlithium.h513 class LEnvironment: public ZoneObject { class in namespace:v8::internal
515 LEnvironment(Handle<JSFunction> closure, function in class:v8::internal::LEnvironment
521 LEnvironment* outer,
551 LEnvironment* outer() const { return outer_; }
651 LEnvironment* outer_;
660 explicit ShallowIterator(LEnvironment* env)
681 LEnvironment* env() { return env_; }
695 LEnvironment* env_;
704 explicit DeepIterator(LEnvironment* env)

Completed in 81 milliseconds