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

/external/chromium_org/v8/src/
H A Dlithium.h388 class LEnvironment FINAL : public ZoneObject {
390 LEnvironment(Handle<JSFunction> closure, function in class:v8::internal::FINAL
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* CreateEnvironmen
[all...]

Completed in 2065 milliseconds