HomeSort by relevance Sort by last modified time
    Searched refs:natives (Results 1 - 25 of 876) 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...]
  /external/chromium_org/chrome/renderer/resources/extensions/
cast_streaming_rtp_stream_custom_bindings.js 8 var natives = requireNative('cast_streaming_natives'); variable
15 natives.DestroyCastRtpStream(transportId);
19 return natives.GetSupportedParamsCastRtpStream(transportId);
23 natives.StartCastRtpStream(transportId, params);
27 natives.StopCastRtpStream(transportId);
31 natives.ToggleLogging(transportId, enable);
35 natives.GetRawEvents(transportId, extraData, callback);
39 natives.GetStats(transportId, callback);
cast_streaming_udp_transport_custom_bindings.js 8 var natives = requireNative('cast_streaming_natives'); variable
14 natives.DestroyCastUdpTransport(transportId);
18 natives.SetDestinationCastUdpTransport(transportId, destination);
  /external/chromium_org/v8/test/mjsunit/runtime-gen/
arrayconcat.js 3 // Flags: --allow-natives-syntax --harmony
charfromcode.js 3 // Flags: --allow-natives-syntax --harmony
datelocaltimezone.js 3 // Flags: --allow-natives-syntax --harmony
datetoutc.js 3 // Flags: --allow-natives-syntax --harmony
debugpropertyattributesfromdetails.js 3 // Flags: --allow-natives-syntax --harmony
debugpropertyindexfromdetails.js 3 // Flags: --allow-natives-syntax --harmony
debugpropertytypefromdetails.js 3 // Flags: --allow-natives-syntax --harmony
doublehi.js 3 // Flags: --allow-natives-syntax --harmony
doublelo.js 3 // Flags: --allow-natives-syntax --harmony
isbreakonexception.js 3 // Flags: --allow-natives-syntax --harmony
isvalidsmi.js 3 // Flags: --allow-natives-syntax --harmony
mathacos.js 3 // Flags: --allow-natives-syntax --harmony
mathasin.js 3 // Flags: --allow-natives-syntax --harmony
mathatan.js 3 // Flags: --allow-natives-syntax --harmony
mathexprt.js 3 // Flags: --allow-natives-syntax --harmony
mathfloorrt.js 3 // Flags: --allow-natives-syntax --harmony
mathfround.js 3 // Flags: --allow-natives-syntax --harmony
mathlogrt.js 3 // Flags: --allow-natives-syntax --harmony
mathsqrtrt.js 3 // Flags: --allow-natives-syntax --harmony
numbertointeger.js 3 // Flags: --allow-natives-syntax --harmony
numbertointegermapminuszero.js 3 // Flags: --allow-natives-syntax --harmony
numbertojsint32.js 3 // Flags: --allow-natives-syntax --harmony

Completed in 2111 milliseconds

1 2 3 4 5 6 7 8 91011>>