Home | History | Annotate | Download | only in src

Lines Matching refs:boilerplate

860   // constructor.  Instead, we copy the pre-constructed boilerplate and
864 // There is no boilerplate to use during bootstrapping.
868 Handle<JSObject> boilerplate = stack_overflow_boilerplate();
869 Handle<JSObject> copy = factory()->CopyJSObject(boilerplate);