Home | History | Annotate | Download | only in x64

Lines Matching refs:LEnvironment

994 LEnvironment* LChunkBuilder::CreateEnvironment(HEnvironment* hydrogen_env) {
997 LEnvironment* outer = CreateEnvironment(hydrogen_env->outer());
1001 LEnvironment* result = new LEnvironment(hydrogen_env->closure(),