HomeSort by relevance Sort by last modified time
    Searched defs:natives (Results 1 - 4 of 4) sorted by null

  /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/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/src/
bootstrapper.cc 39 #include "natives.h"
81 ASSERT(0 <= index && index < Natives::GetBuiltinsCount());
84 // We can use external strings for the natives.
85 Vector<const char> source = Natives::GetRawScriptSource(index);
2216 Handle<String> natives = local
    [all...]
  /external/v8/src/
bootstrapper.cc 39 #include "natives.h"
74 ASSERT(0 <= index && index < Natives::GetBuiltinsCount());
79 // We can use external strings for the natives.
80 Vector<const char> source = Natives::GetRawScriptSource(index);
1919 Handle<String> natives = factory->LookupAsciiSymbol(FLAG_expose_natives_as); local
    [all...]

Completed in 49 milliseconds