Searched refs:NumberConstructor (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DNumberConstructor.h30 class NumberConstructor : public InternalFunction { class in namespace:JSC
34 static NumberConstructor* create(VM& vm, Structure* structure, NumberPrototype* numberPrototype)
36 NumberConstructor* constructor = new (NotNull, allocateCell<NumberConstructor>(vm.heap)) NumberConstructor(vm, structure);
58 NumberConstructor(VM&, Structure*);
H A DNumberConstructor.cpp23 #include "NumberConstructor.h"
40 #include "NumberConstructor.lut.h"
44 STATIC_ASSERT_IS_TRIVIALLY_DESTRUCTIBLE(NumberConstructor);
46 const ClassInfo NumberConstructor::s_info = { "Function", &InternalFunction::s_info, 0, ExecState::numberConstructorTable, CREATE_METHOD_TABLE(NumberConstructor) };
48 /* Source for NumberConstructor.lut.h
58 NumberConstructor::NumberConstructor(VM& vm, Structure* structure) function in class:JSC::NumberConstructor
63 void NumberConstructor::finishCreation(VM& vm, NumberPrototype* numberPrototype)
75 bool NumberConstructor
[all...]

Completed in 166 milliseconds