Home | History | Annotate | Download | only in src

Lines Matching refs:gc_extension_

80 v8::Extension* Bootstrapper::gc_extension_ = NULL;
89 gc_extension_ = new GCExtension(GCFunctionName());
90 v8::RegisterExtension(gc_extension_);
102 delete gc_extension_;