HomeSort by relevance Sort by last modified time
    Searched defs:NumberPrototype (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/runtime/
NumberPrototype.h 28 class NumberPrototype : public NumberObject {
30 NumberPrototype(ExecState*, NonNullPassRefPtr<Structure>, Structure* prototypeFunctionStructure);
NumberPrototype.cpp 23 #include "NumberPrototype.h"
39 ASSERT_CLASS_FITS_IN_CELL(NumberPrototype);
50 NumberPrototype::NumberPrototype(ExecState* exec, NonNullPassRefPtr<Structure> structure, Structure* prototypeFunctionStructure)

Completed in 40 milliseconds