Searched defs:NumberPrototype (Results 1 - 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
H A DNumberPrototype.h28 class NumberPrototype : public NumberObject { class in namespace:JSC
30 NumberPrototype(ExecState*, NonNullPassRefPtr<Structure>, Structure* prototypeFunctionStructure);
H A DNumberPrototype.cpp23 #include "NumberPrototype.h"
39 ASSERT_CLASS_FITS_IN_CELL(NumberPrototype);
50 NumberPrototype::NumberPrototype(ExecState* exec, NonNullPassRefPtr<Structure> structure, Structure* prototypeFunctionStructure) function in class:JSC::NumberPrototype

Completed in 615 milliseconds