HomeSort by relevance Sort by last modified time
    Searched refs:numberPrototype (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
NumberConstructor.cpp 27 #include "NumberPrototype.h"
57 NumberConstructor::NumberConstructor(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, NumberPrototype* numberPrototype)
58 : InternalFunction(&exec->globalData(), globalObject, structure, Identifier(exec, numberPrototype->s_info.className))
63 putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, numberPrototype, DontEnum | DontDelete | ReadOnly);
JSValue.cpp 100 return exec->lexicalGlobalObject()->numberPrototype();
JSGlobalObject.h 29 #include "NumberPrototype.h"
86 WriteBarrier<NumberPrototype> m_numberPrototype;
191 NumberPrototype* numberPrototype() const { return m_numberPrototype.get(); }

Completed in 54 milliseconds