Home | History | Annotate | Download | only in samples

Lines Matching refs:Persistent

125   Persistent<Context> context_;
126 Persistent<Function> process_;
127 static Persistent<ObjectTemplate> request_template_;
128 static Persistent<ObjectTemplate> map_template_;
158 // affect each other. Context::New returns a persistent handle which
160 // this method. That persistent handle has to be disposed in the
188 // Store the function in a Persistent handle, since we also want
190 process_ = Persistent<Function>::New(process_fun);
273 // Dispose the persistent handles. When noone else has any
281 Persistent<ObjectTemplate> JsHttpRequestProcessor::request_template_;
282 Persistent<ObjectTemplate> JsHttpRequestProcessor::map_template_;
299 map_template_ = Persistent<ObjectTemplate>::New(raw_template);
404 request_template_ = Persistent<ObjectTemplate>::New(raw_template);