Home | History | Annotate | Download | only in builtins

Lines Matching full:regexp_function

737   Node* const regexp_function =
746 var_new_target.Bind(regexp_function);
755 GotoIfNot(WordEqual(value, regexp_function), &next);
825 Branch(WordEqual(var_new_target.value(), regexp_function),
831 regexp_function, JSFunction::kPrototypeOrInitialMapOffset);
841 context, regexp_function, var_new_target.value());
964 if (*recv == isolate->regexp_function()->prototype()) {