Home | History | Annotate | Download | only in src

Lines Matching defs:natives

9 #include "src/natives.h"
47 ASSERT(0 <= index && index < Natives::GetBuiltinsCount());
50 // We can use external strings for the natives.
51 Vector<const char> source = Natives::GetRawScriptSource(index);
1491 Vector<const char> name = Natives::GetScriptName(index);
1913 PrintF("Warning: Running without installed natives!\n");
1917 // Install natives.
1918 for (int i = Natives::GetDebuggerCount();
1919 i < Natives::GetBuiltinsCount();
1930 // Store the map for the string prototype after the natives has been compiled
2188 // Expose the natives in global if a name for it is specified.
2190 Handle<String> natives =
2195 global, natives, Handle<JSObject>(global->builtins()), DONT_ENUM),
2650 // Initialize experimental globals and install experimental natives.