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

  /external/webkit/Source/JavaScriptCore/runtime/
NumberPrototype.h 28 class NumberPrototype : public NumberObject {
30 NumberPrototype(ExecState*, JSGlobalObject*, Structure*, Structure* functionStructure);
NumberPrototype.cpp 23 #include "NumberPrototype.h"
37 ASSERT_CLASS_FITS_IN_CELL(NumberPrototype);
48 NumberPrototype::NumberPrototype(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, Structure* functionStructure)

Completed in 279 milliseconds