Home | History | Annotate | Download | only in runtime

Lines Matching refs:Structure

53 JSFunction::JSFunction(NonNullPassRefPtr<Structure> structure)
54 : Base(structure)
59 JSFunction::JSFunction(ExecState* exec, NonNullPassRefPtr<Structure> structure, int length, const Identifier& name, NativeFunction func)
60 : Base(&exec->globalData(), structure, name)
255 Structure* structure;
258 structure = asObject(prototype)->inheritorID();
260 structure = exec->lexicalGlobalObject()->emptyObjectStructure();
261 JSObject* thisObj = new (exec) JSObject(structure);