Searched
full:readonly (Results
426 -
450 of
1957) sorted by null
<<11121314151617181920>>
/external/llvm/test/Transforms/InstCombine/ |
2008-05-08-StrLenSink.ll | 18 %tmp7 = call i32 @strlen( i8* %tmp1 ) nounwind readonly ; <i32> [#uses=1] 30 declare i32 @strlen(i8*) nounwind readonly
|
no-negzero.ll | 19 %3 = call double @sqrt(double %2) nounwind readonly ; <double> [#uses=1] 33 declare double @sqrt(double) nounwind readonly
|
/external/webkit/Source/JavaScriptCore/runtime/ |
MathObject.cpp | 94 putDirectWithoutTransition(exec->globalData(), Identifier(exec, "E"), jsNumber(exp(1.0)), DontDelete | DontEnum | ReadOnly); 95 putDirectWithoutTransition(exec->globalData(), Identifier(exec, "LN2"), jsNumber(log(2.0)), DontDelete | DontEnum | ReadOnly); 96 putDirectWithoutTransition(exec->globalData(), Identifier(exec, "LN10"), jsNumber(log(10.0)), DontDelete | DontEnum | ReadOnly); 97 putDirectWithoutTransition(exec->globalData(), Identifier(exec, "LOG2E"), jsNumber(1.0 / log(2.0)), DontDelete | DontEnum | ReadOnly); 98 putDirectWithoutTransition(exec->globalData(), Identifier(exec, "LOG10E"), jsNumber(0.4342944819032518), DontDelete | DontEnum | ReadOnly); // See ECMA-262 15.8.1.5 99 putDirectWithoutTransition(exec->globalData(), Identifier(exec, "PI"), jsNumber(piDouble), DontDelete | DontEnum | ReadOnly); 100 putDirectWithoutTransition(exec->globalData(), Identifier(exec, "SQRT1_2"), jsNumber(sqrt(0.5)), DontDelete | DontEnum | ReadOnly); 101 putDirectWithoutTransition(exec->globalData(), Identifier(exec, "SQRT2"), jsNumber(sqrt(2.0)), DontDelete | DontEnum | ReadOnly);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/FunctionObjects/ |
15.3.3.1-4.js | 31 DontDelete | ReadOnly] 33 This test the ReadOnly property of Function.prototype.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/ |
15.8.1.1-1.js | 26 the attributes [DontEnum, DontDelete, ReadOnly] 28 this test checks the ReadOnly attribute of Math.E
|
15.8.1.2-1.js | 26 the attributes [DontEnum, DontDelete, ReadOnly] 28 this test checks the ReadOnly attribute of Math.LN10
|
15.8.1.3-1.js | 26 the attributes [DontEnum, DontDelete, ReadOnly] 28 this test checks the ReadOnly attribute of Math.LN2
|
15.8.1.4-1.js | 26 the attributes [DontEnum, DontDelete, ReadOnly] 28 this test checks the ReadOnly attribute of Math.LOG2E
|
15.8.1.5-1.js | 26 the attributes [DontEnum, DontDelete, ReadOnly] 28 this test checks the ReadOnly attribute of Math.LOG10E
|
15.8.1.6-1.js | 26 the attributes [DontEnum, DontDelete, ReadOnly] 28 this test checks the ReadOnly attribute of Math.PI
|
15.8.1.7-1.js | 26 the attributes [DontEnum, DontDelete, ReadOnly] 28 this test checks the ReadOnly attribute of Math.SQRT1_2
|
15.8.1.8-1.js | 26 the attributes [DontEnum, DontDelete, ReadOnly] 28 this test checks the ReadOnly attribute of Math.SQRT2
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Number/ |
15.7.3.2-3.js | 26 the attributes [DontEnum, DontDelete, ReadOnly] 28 this test checks the ReadOnly attribute of Number.MAX_VALUE
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ObjectObjects/ |
15.2.3.1-3.js | 30 DontDelete ReadOnly ] 32 This tests the [ReadOnly] property of Object.prototype
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.3.1-2.js | 30 DontDelete, ReadOnly] 32 This tests the ReadOnly attribute.
|
/external/webkit/Source/WebCore/fileapi/ |
Blob.idl | 36 readonly attribute unsigned long long size; 37 readonly attribute DOMString type;
|
FileWriterSync.idl | 40 readonly attribute long long position; 41 readonly attribute long long length;
|
/external/webkit/Source/WebCore/page/ |
Console.idl | 46 readonly attribute [CustomGetter] Array profiles; 57 readonly attribute [V8CustomGetter] MemoryInfo memory;
|
EventSource.idl | 44 readonly attribute DOMString URL; 50 readonly attribute unsigned short readyState;
|
PerformanceNavigation.idl | 39 readonly attribute unsigned short type; 41 readonly attribute unsigned short redirectCount;
|
/external/webkit/Source/WebCore/storage/ |
IDBTransaction.idl | 38 readonly attribute unsigned short mode; 39 readonly attribute IDBDatabase db;
|
SQLError.idl | 36 readonly attribute unsigned long code; 37 readonly attribute DOMString message;
|
SQLException.idl | 38 readonly attribute unsigned long code; 39 readonly attribute DOMString message;
|
/external/webkit/Source/WebCore/svg/ |
SVGPaint.idl | 40 readonly attribute unsigned short paintType; 41 readonly attribute DOMString uri;
|
SVGTextContentElement.idl | 38 readonly attribute SVGAnimatedLength textLength; 39 readonly attribute SVGAnimatedEnumeration lengthAdjust;
|
Completed in 1644 milliseconds
<<11121314151617181920>>