Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DMathObject.cpp94putDirectWithoutTransition(exec->globalData(), Identifier(exec, "E"), jsNumber(exp(1.0)), DontDele… in MathObject()
95putDirectWithoutTransition(exec->globalData(), Identifier(exec, "LN2"), jsNumber(log(2.0)), DontDe… in MathObject()
96putDirectWithoutTransition(exec->globalData(), Identifier(exec, "LN10"), jsNumber(log(10.0)), Dont… in MathObject()
97putDirectWithoutTransition(exec->globalData(), Identifier(exec, "LOG2E"), jsNumber(1.0 / log(2.0))… in MathObject()
98putDirectWithoutTransition(exec->globalData(), Identifier(exec, "LOG10E"), jsNumber(0.434294481903… in MathObject()
99putDirectWithoutTransition(exec->globalData(), Identifier(exec, "PI"), jsNumber(piDouble), DontDel… in MathObject()
100putDirectWithoutTransition(exec->globalData(), Identifier(exec, "SQRT1_2"), jsNumber(sqrt(0.5)), D… in MathObject()
101putDirectWithoutTransition(exec->globalData(), Identifier(exec, "SQRT2"), jsNumber(sqrt(2.0)), Don… in MathObject()
DErrorConstructor.cpp36putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, errorPrototype, Do… in ErrorConstructor()
37putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(1), DontDele… in ErrorConstructor()
DBooleanConstructor.cpp34putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, booleanPrototype, … in BooleanConstructor()
37putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(1), ReadOnly… in BooleanConstructor()
DArrayConstructor.cpp44putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, arrayPrototype, Do… in ArrayConstructor()
47putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(1), ReadOnly… in ArrayConstructor()
DStringConstructor.cpp55putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, stringPrototype, R… in StringConstructor()
64putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(1), ReadOnly… in StringConstructor()
DNumberConstructor.cpp63putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, numberPrototype, D… in NumberConstructor()
66putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(1), ReadOnly… in NumberConstructor()
DFunctionConstructor.cpp43putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, functionPrototype,… in FunctionConstructor()
46putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(1), ReadOnly… in FunctionConstructor()
DDateConstructor.cpp63putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, datePrototype, Don… in DateConstructor()
69putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(7), ReadOnly… in DateConstructor()
DErrorPrototype.cpp43putDirectWithoutTransition(exec->globalData(), exec->propertyNames().name, jsNontrivialString(exec… in ErrorPrototype()
DRegExpConstructor.cpp105putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, regExpPrototype, D… in RegExpConstructor()
108putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(2), ReadOnly… in RegExpConstructor()
DFunctionPrototype.cpp43putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(0), DontDele… in FunctionPrototype()
DObjectConstructor.cpp82putDirectWithoutTransition(exec->globalData(), exec->propertyNames().prototype, objectPrototype, D… in ObjectConstructor()
84putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(1), ReadOnly… in ObjectConstructor()
DJSObject.h188 …void putDirectWithoutTransition(JSGlobalData&, const Identifier& propertyName, JSValue, unsigned a…
716 inline void JSObject::putDirectWithoutTransition(JSGlobalData& globalData, const Identifier& proper… in putDirectWithoutTransition() function
DStringPrototype.cpp141putDirectWithoutTransition(exec->globalData(), exec->propertyNames().length, jsNumber(0), DontDele… in StringPrototype()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-162314 (JSC::JSObject::putDirectWithoutTransition):
2727 (JSC::JSObject::putDirectWithoutTransition):
3047 (JSC::JSObject::putDirectWithoutTransition):
3652 (JSC::JSObject::putDirectWithoutTransition):
4017 (JSC::JSObject::putDirectWithoutTransition):
DChangeLog-2009-06-161799 (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):
DChangeLog1181 (JSC::JSObject::putDirectWithoutTransition):