- static JSNameScope* create(ExecState* exec, const Identifier& identifier, JSValue value, unsigned attributes)
- {
- JSNameScope* scopeObject = new (NotNull, allocateCell<JSNameScope>(*exec->heap())) JSNameScope(exec, exec->scope());
- scopeObject->finishCreation(exec, identifier, value, attributes);
- return scopeObject;
- }