Home
last modified time | relevance | path

Searched refs:NumberPrototype (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DNumberPrototype.h28 class NumberPrototype : public NumberObject {
30 NumberPrototype(ExecState*, JSGlobalObject*, Structure*, Structure* functionStructure);
DNumberConstructor.h28 class NumberPrototype; variable
32 NumberConstructor(ExecState*, JSGlobalObject*, Structure*, NumberPrototype*);
DNumberPrototype.cpp37 ASSERT_CLASS_FITS_IN_CELL(NumberPrototype);
48 NumberPrototype::NumberPrototype(ExecState* exec, JSGlobalObject* globalObject, Structure* structur… in NumberPrototype() function in JSC::NumberPrototype
DNumberConstructor.cpp57 …ExecState* exec, JSGlobalObject* globalObject, Structure* structure, NumberPrototype* numberProtot… in NumberConstructor()
DJSGlobalObject.h86 WriteBarrier<NumberPrototype> m_numberPrototype;
191 NumberPrototype* numberPrototype() const { return m_numberPrototype.get(); } in numberPrototype()
DJSGlobalObject.cpp200 …mberPrototype.set(exec->globalData(), this, new (exec) NumberPrototype(exec, this, NumberPrototype in reset()
/external/webkit/Source/JavaScriptCore/
DCMakeLists.txt142 runtime/NumberPrototype.cpp
DJavaScriptCore.pro177 runtime/NumberPrototype.cpp \
DJavaScriptCore.gypi100 'runtime/NumberPrototype.h',
539 'runtime/NumberPrototype.cpp',
DGNUmakefile.list.am334 Source/JavaScriptCore/runtime/NumberPrototype.cpp \
335 Source/JavaScriptCore/runtime/NumberPrototype.h \
DChangeLog-2011-02-162010 * runtime/NumberPrototype.cpp:
2011 (JSC::NumberPrototype::NumberPrototype):
2354 * runtime/NumberPrototype.cpp:
2355 (JSC::NumberPrototype::NumberPrototype):
2765 * runtime/NumberPrototype.cpp:
2766 (JSC::NumberPrototype::NumberPrototype):
3087 * runtime/NumberPrototype.cpp:
3088 (JSC::NumberPrototype::NumberPrototype):
3690 * runtime/NumberPrototype.cpp:
3691 (JSC::NumberPrototype::NumberPrototype):
[all …]
DChangeLog-2009-06-162088 Bug 25912: Harden NumberPrototype.cpp by removing use of strcpy()
2093 * runtime/NumberPrototype.cpp:
3741 * runtime/NumberPrototype.cpp:
4459 * runtime/NumberPrototype.cpp:
5400 * runtime/NumberPrototype.cpp:
5550 * runtime/NumberPrototype.cpp:
5551 (JSC::NumberPrototype::NumberPrototype):
6770 * runtime/NumberPrototype.cpp:
7545 * runtime/NumberPrototype.cpp:
12834 * runtime/NumberPrototype.cpp:
[all …]
DChangeLog612 * runtime/NumberPrototype.cpp:
613 (JSC::NumberPrototype::NumberPrototype):
614 * runtime/NumberPrototype.h:
8314 * runtime/NumberPrototype.cpp:
8315 * runtime/NumberPrototype.h:
8349 * runtime/NumberPrototype.cpp:
8479 * runtime/NumberPrototype.cpp:
DChangeLog-2008-08-102248 * kjs/NumberPrototype.cpp:
2266 * kjs/NumberPrototype.cpp:
2554 * kjs/NumberPrototype.cpp:
2951 * kjs/NumberPrototype.cpp:
3168 * kjs/NumberPrototype.cpp:
3423 * kjs/NumberPrototype.cpp:
3424 * kjs/NumberPrototype.h:
3435 Splits NumberConstructor and NumberPrototype out of NumberObject.h/cpp
3463 * kjs/NumberPrototype.cpp: Copied from JavaScriptCore/kjs/NumberObject.cpp.
3464 * kjs/NumberPrototype.h: Copied from JavaScriptCore/kjs/NumberObject.h.
[all …]
DChangeLog-2010-05-24383 * runtime/NumberPrototype.cpp:
384 (JSC::NumberPrototype::NumberPrototype):
385 * runtime/NumberPrototype.h:
2389 * runtime/NumberPrototype.cpp:
2401 * runtime/NumberPrototype.cpp:
2461 * runtime/NumberPrototype.cpp:
8107 * runtime/NumberPrototype.cpp:
8656 * runtime/NumberPrototype.cpp:
9052 * runtime/NumberPrototype.cpp:
12960 * runtime/NumberPrototype.cpp:
[all …]
DChangeLog-2007-10-143753 (NumberPrototype::NumberPrototype):
12923 (NumberPrototype::NumberPrototype):
/external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/
Dproject.pbxproj124 …4107EC7E700650446 /* NumberPrototype.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC2680C40E…
501 …440E16F5CD00B34460 /* NumberPrototype.h in Headers */ = {isa = PBXBuildFile; fileRef = BC2680C50E1…
1162 …0A06E92 /* NumberPrototype.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
1163 …E900A06E92 /* NumberPrototype.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1904 BC2680C40E16D4E900A06E92 /* NumberPrototype.cpp */,
1905 BC2680C50E16D4E900A06E92 /* NumberPrototype.h */,
2399 BC18C4440E16F5CD00B34460 /* NumberPrototype.h in Headers */,
2920 14469DE4107EC7E700650446 /* NumberPrototype.cpp in Sources */,