HomeSort by relevance Sort by last modified time
    Searched refs:natives (Results 1 - 25 of 544) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/
samevalue.js 29 // Flags: --expose-natives_as natives
35 assertTrue(natives.SameValue(0, 0));
36 assertTrue(natives.SameValue(+0, +0));
37 assertTrue(natives.SameValue(-0, -0));
38 assertTrue(natives.SameValue(1, 1));
39 assertTrue(natives.SameValue(2, 2));
40 assertTrue(natives.SameValue(-1, -1));
41 assertTrue(natives.SameValue(0.5, 0.5));
42 assertTrue(natives.SameValue(true, true));
43 assertTrue(natives.SameValue(false, false))
    [all...]
global-deleted-property-keyed.js 29 // Flags: --expose-natives_as natives
34 natives[name] = name;
35 function foo() { natives[name] + 12; }
37 delete natives[name];
array-non-smi-length.js 28 // Flags: --allow-natives-syntax
closures.js 28 // Flags: --allow-natives-syntax
compare-nil.js 28 // Flags: --allow-natives-syntax
  /external/v8/test/mjsunit/
samevalue.js 29 // Flags: --expose-natives_as natives
35 assertTrue(natives.SameValue(0, 0));
36 assertTrue(natives.SameValue(+0, +0));
37 assertTrue(natives.SameValue(-0, -0));
38 assertTrue(natives.SameValue(1, 1));
39 assertTrue(natives.SameValue(2, 2));
40 assertTrue(natives.SameValue(-1, -1));
41 assertTrue(natives.SameValue(0.5, 0.5));
42 assertTrue(natives.SameValue(true, true));
43 assertTrue(natives.SameValue(false, false))
    [all...]
global-deleted-property-keyed.js 29 // Flags: --expose-natives_as natives
34 natives[name] = name;
35 function foo() { natives[name] + 12; }
37 delete natives[name];
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1878.js 30 // Flags: --allow-natives-syntax --expose_natives_as=natives
35 var ai = natives.InternalArray(10000);
41 var ai = new natives.InternalArray(10000);
  /external/v8/test/mjsunit/regress/
regress-1878.js 30 // Flags: --allow-natives-syntax --expose_natives_as=natives
35 var ai = natives.InternalArray(10000);
41 var ai = new natives.InternalArray(10000);
  /external/chromium_org/base/android/jni_generator/
jni_generator.py 290 natives = []
305 natives += [native]
306 return natives
521 natives = ExtractNatives(contents)
523 if len(natives) == 0 and len(called_by_natives) == 0:
527 jni_namespace, fully_qualified_class, natives, called_by_natives)
562 def __init__(self, namespace, fully_qualified_class, natives,
567 self.natives = natives
639 for native in self.natives
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
send_request.js 7 var natives = requireNative('sendRequest'); variable
45 var chromeForCallback = natives.GetGlobal(request.callback).chrome;
137 var nativeFunction = optArgs.nativeFunction || natives.StartRequest;
139 var requestId = natives.GetNextRequestId();
  /external/chromium_org/v8/tools/
js2c.py 104 # allowed in the natives files.
107 raise ("Eval disallowed in natives: %s" % file)
110 raise ("With statements disallowed in natives: %s" % file)
222 #include "natives.h"
389 natives = sys.argv[1]
393 JS2C(source_files, [natives], { 'TYPE': type, 'COMPRESSION': compression })
  /external/v8/tools/
js2c.py 104 # allowed in the natives files.
107 raise ("Eval disallowed in natives: %s" % file)
110 raise ("With statements disallowed in natives: %s" % file)
222 #include "natives.h"
389 natives = sys.argv[1]
393 JS2C(source_files, [natives], { 'TYPE': type, 'COMPRESSION': compression })
  /external/chromium_org/v8/test/message/
isvar.js 28 // Flags: --allow-natives-syntax
single-function-literal.js 28 // Flags: --allow-natives-syntax
  /external/chromium_org/v8/test/mjsunit/compiler/
deopt-args.js 28 // Flags: --allow-natives-syntax
jsnatives.js 28 // Flags: --allow-natives-syntax
lazy-const-lookup.js 28 // Flags: --allow-natives-syntax
minus-zero.js 28 // Flags: --allow-natives-syntax
multiply-sub.js 28 // Flags: --allow-natives-syntax
optimize-bitnot.js 28 // Flags: --allow-natives-syntax
optimized-closures.js 28 // Flags: --allow-natives-syntax
property-calls.js 28 // Flags: --allow-natives-syntax
property-stores.js 28 // Flags: --allow-natives-syntax

Completed in 146 milliseconds

1 2 3 4 5 6 7 8 91011>>