Home | History | Annotate | Download | only in runtime

Lines Matching refs:structure

287 // ms (representing milliseconds) and t (representing the rest of the date structure) appropriately.
341 // ms (representing milliseconds) and t (representing the rest of the date structure) appropriately.
432 DatePrototype::DatePrototype(ExecState* exec, JSGlobalObject* globalObject, Structure* structure)
433 : DateInstance(exec, structure)