Home | History | Annotate | Download | only in src

Lines Matching refs:Natives

39 #include "natives.h"
79 ASSERT(0 <= index && index < Natives::GetBuiltinsCount());
82 // We can use external strings for the natives.
83 Vector<const char> source = Natives::GetRawScriptSource(index);
1438 Vector<const char> name = Natives::GetScriptName(index);
1885 PrintF("Warning: Running without installed natives!\n");
1889 // Install natives.
1890 for (int i = Natives::GetDebuggerCount();
1891 i < Natives::GetBuiltinsCount();
1902 // Store the map for the string prototype after the natives has been compiled
2158 // Expose the natives in global if a name for it is specified.
2160 Handle<String> natives =
2164 global, natives,
2601 // Initialize experimental globals and install experimental natives.