Lines Matching defs:context
46 Context::Scope context_scope(env()->context());
60 Context::Scope context_scope(env()->context());
65 !value->Int32Value(env()->context()).To(&value_int)) {
75 Context::Scope context_scope(env()->context());
80 !value->Int32Value(env()->context()).To(&value_int)) {
90 Context::Scope context_scope(env()->context());
102 !value->Int32Value(env()->context()).To(&value_int)) {
117 Context::Scope context_scope(env()->context());
136 !value->Int32Value(env()->context()).To(&value_int)) {
198 Local<Context> context,
200 Environment* env = Environment::GetCurrent(context);
214 SetConstructorFunction(context, target, "JSStream", t);