Searched defs:natives (Results 1 - 3 of 3) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar ... equinox/internal/p2/touchpoint/ org/eclipse/equinox/internal/p2/touchpoint/natives/ org/eclipse/equinox/internal/p2/touchpoint/natives/Activator.class ...
/external/v8/src/
H A Dcompiler.cc478 NativesFlag natives) {
510 if (natives == NATIVES_CODE) {
717 // if a function uses the special natives syntax, which is something the
471 Compile(Handle<String> source, Handle<Object> script_name, int line_offset, int column_offset, v8::Extension* extension, ScriptDataImpl* pre_data, Handle<Object> script_data, NativesFlag natives) argument
H A Dbootstrapper.cc39 #include "natives.h"
79 // We can use external strings for the natives.
1658 PrintF("Warning: Running without installed natives!\n");
1662 // Install natives.
1675 // Store the map for the string prototype after the natives has been compiled
1917 // Expose the natives in global if a name for it is specified.
1919 Handle<String> natives = factory->LookupAsciiSymbol(FLAG_expose_natives_as); local
1922 global, natives,
2341 // Initialize experimental globals and install experimental natives.

Completed in 165 milliseconds