Searched defs:natives (Results 1 - 4 of 4) 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/pdfium/samples/
H A Dpdfium_test.cc592 v8::StartupData natives; local
594 if (!GetExternalData(options, "natives_blob.bin", &natives) ||
598 v8::V8::SetNativesDataBlob(&natives);
/external/v8/src/
H A Dcompiler.cc1141 ScriptCompiler::CompileOptions compile_options, NativesFlag natives) {
1188 if (natives == NATIVES_CODE) {
1262 // if a function uses the special natives syntax, which is something the
1137 CompileScript( Handle<String> source, Handle<Object> script_name, int line_offset, int column_offset, bool is_shared_cross_origin, Handle<Context> context, v8::Extension* extension, ScriptData** cached_data, ScriptCompiler::CompileOptions compile_options, NativesFlag natives) argument
H A Dbootstrapper.cc15 #include "src/natives.h"
50 // We can use external strings for the natives.
1938 PrintF("Warning: Running without installed natives!\n");
1942 // Install natives.
1955 // Store the map for the string prototype after the natives has been compiled
2223 // Expose the natives in global if a name for it is specified.
2225 Handle<String> natives = local
2228 if (natives->AsArrayIndex(&dummy_index)) return true;
2229 JSObject::AddProperty(global, natives, handle(global->builtins()),
2668 // Install experimental natives
[all...]

Completed in 133 milliseconds