Home | History | Annotate | Download | only in src

Lines Matching defs:natives

15 #include "src/natives.h"
47 DCHECK(0 <= index && index < Natives::GetBuiltinsCount());
50 // We can use external strings for the natives.
51 Vector<const char> source = Natives::GetRawScriptSource(index);
1375 Vector<const char> name = Natives::GetScriptName(index);
1938 PrintF("Warning: Running without installed natives!\n");
1942 // Install natives.
1943 for (int i = Natives::GetDebuggerCount();
1944 i < Natives::GetBuiltinsCount();
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 =
2228 if (natives->AsArrayIndex(&dummy_index)) return true;
2229 JSObject::AddProperty(global, natives, handle(global->builtins()),
2668 // Install experimental natives.