Home | History | Annotate | Download | only in src

Lines Matching defs:builtin_index

3913   int builtin_index = Natives::GetDebuggerCount();
3915 DCHECK_EQ(builtin_index, Natives::GetIndex("prologue"));
3916 if (!Bootstrapper::CompileBuiltin(isolate(), builtin_index++)) return false;
3917 DCHECK_EQ(builtin_index, Natives::GetIndex("runtime"));
3918 if (!Bootstrapper::CompileBuiltin(isolate(), builtin_index++)) return false;
3949 while (builtin_index < Natives::GetBuiltinsCount()) {
3950 if (!Bootstrapper::CompileBuiltin(isolate(), builtin_index++)) return false;