/external/webkit/Source/JavaScriptCore/runtime/ |
D | MathObject.cpp | 94 …putDirectWithoutTransition(exec->globalData(), Identifier(exec, "E"), jsNumber(exp(1.0)), DontDele… in MathObject() 95 …putDirectWithoutTransition(exec->globalData(), Identifier(exec, "LN2"), jsNumber(log(2.0)), DontDe… in MathObject() 96 …putDirectWithoutTransition(exec->globalData(), Identifier(exec, "LN10"), jsNumber(log(10.0)), Dont… in MathObject() 97 …putDirectWithoutTransition(exec->globalData(), Identifier(exec, "LOG2E"), jsNumber(1.0 / log(2.0))… in MathObject() 98 …putDirectWithoutTransition(exec->globalData(), Identifier(exec, "LOG10E"), jsNumber(0.434294481903… in MathObject() 99 …putDirectWithoutTransition(exec->globalData(), Identifier(exec, "PI"), jsNumber(piDouble), DontDel… in MathObject() 100 …putDirectWithoutTransition(exec->globalData(), Identifier(exec, "SQRT1_2"), jsNumber(sqrt(0.5)), D… in MathObject() 101 …putDirectWithoutTransition(exec->globalData(), Identifier(exec, "SQRT2"), jsNumber(sqrt(2.0)), Don… in MathObject()
|
D | ErrorConstructor.cpp | 36 …putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, errorPrototype, Do… in ErrorConstructor() 37 …putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(1), DontDele… in ErrorConstructor()
|
D | BooleanConstructor.cpp | 34 …putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, booleanPrototype, … in BooleanConstructor() 37 …putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(1), ReadOnly… in BooleanConstructor()
|
D | ArrayConstructor.cpp | 44 …putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, arrayPrototype, Do… in ArrayConstructor() 47 …putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(1), ReadOnly… in ArrayConstructor()
|
D | StringConstructor.cpp | 55 …putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, stringPrototype, R… in StringConstructor() 64 …putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(1), ReadOnly… in StringConstructor()
|
D | NumberConstructor.cpp | 63 …putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, numberPrototype, D… in NumberConstructor() 66 …putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(1), ReadOnly… in NumberConstructor()
|
D | FunctionConstructor.cpp | 43 …putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, functionPrototype,… in FunctionConstructor() 46 …putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(1), ReadOnly… in FunctionConstructor()
|
D | DateConstructor.cpp | 63 …putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, datePrototype, Don… in DateConstructor() 69 …putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(7), ReadOnly… in DateConstructor()
|
D | ErrorPrototype.cpp | 43 …putDirectWithoutTransition(exec->globalData(), exec->propertyNames().name, jsNontrivialString(exec… in ErrorPrototype()
|
D | RegExpConstructor.cpp | 105 …putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, regExpPrototype, D… in RegExpConstructor() 108 …putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(2), ReadOnly… in RegExpConstructor()
|
D | FunctionPrototype.cpp | 43 …putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(0), DontDele… in FunctionPrototype()
|
D | ObjectConstructor.cpp | 82 …putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, objectPrototype, D… in ObjectConstructor() 84 …putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(1), ReadOnly… in ObjectConstructor()
|
D | JSObject.h | 188 …void putDirectWithoutTransition(JSGlobalData&, const Identifier& propertyName, JSValue, unsigned a… 716 inline void JSObject::putDirectWithoutTransition(JSGlobalData& globalData, const Identifier& proper… in putDirectWithoutTransition() function
|
D | StringPrototype.cpp | 141 …putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(0), DontDele… in StringPrototype()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2011-02-16 | 2314 (JSC::JSObject::putDirectWithoutTransition): 2727 (JSC::JSObject::putDirectWithoutTransition): 3047 (JSC::JSObject::putDirectWithoutTransition): 3652 (JSC::JSObject::putDirectWithoutTransition): 4017 (JSC::JSObject::putDirectWithoutTransition):
|
D | ChangeLog-2009-06-16 | 1799 (JSC::JSObject::putDirectWithoutTransition): 3896 (JSC::JSObject::putDirectWithoutTransition): 6677 (JSC::JSObject::putDirectWithoutTransition): 14944 (JSC::JSObject::putDirectWithoutTransition): 22264 (JSC::JSObject::putDirectWithoutTransition): 27333 - Use putDirectWithoutTransition for the remaining singleton objects to reduce 28758 … - In order to avoid creating the intermediate StructureIDs use the new putDirectWithoutTransition 28768 (JSC::JSObject::putDirectWithoutTransition):
|
D | ChangeLog | 1181 (JSC::JSObject::putDirectWithoutTransition):
|