Home | History | Annotate | Download | only in jit

Lines Matching refs:functionScopeObject

3087         JSStaticScopeObject* functionScopeObject = new (callFrame) JSStaticScopeObject(callFrame, function->name(), func, ReadOnly | DontDelete);
3088 func->setScope(callFrame->globalData(), func->scope()->push(functionScopeObject));