Lines Matching refs:target
805 // quite expensive. This is a potential performance optimization target later.
1730 // This is a potential performance optimization target later.
3180 void Initialize(Local<Object> target,
3189 Http2State* const state = realm->AddBindingData<Http2State>(context, target);
3193 target->Set(context, \
3213 NODE_DEFINE_CONSTANT(target, kBitfield);
3214 NODE_DEFINE_CONSTANT(target, kSessionPriorityListenerCount);
3215 NODE_DEFINE_CONSTANT(target, kSessionFrameErrorListenerCount);
3216 NODE_DEFINE_CONSTANT(target, kSessionMaxInvalidFrames);
3217 NODE_DEFINE_CONSTANT(target, kSessionMaxRejectedStreams);
3218 NODE_DEFINE_CONSTANT(target, kSessionUint8FieldCount);
3220 NODE_DEFINE_CONSTANT(target, kSessionHasRemoteSettingsListeners);
3221 NODE_DEFINE_CONSTANT(target, kSessionRemoteSettingsIsUpToDate);
3222 NODE_DEFINE_CONSTANT(target, kSessionHasPingListeners);
3223 NODE_DEFINE_CONSTANT(target, kSessionHasAltsvcListeners);
3226 SetMethod(context, target, "nghttp2ErrorString", HttpErrorString);
3227 SetMethod(context, target, "refreshDefaultSettings", RefreshDefaultSettings);
3228 SetMethod(context, target, "packSettings", PackSettings);
3229 SetMethod(context, target, "setCallbackFunctions", SetCallbackFunctions);
3259 SetConstructorFunction(context, target, "Http2Stream", stream);
3292 SetConstructorFunction(context, target, "Http2Session", session);
3309 target->Set(context,
3340 target->Set(context, env->constants_string(), constants).Check();