Home | History | Annotate | Download | only in src

Lines Matching refs:Value

85     return reinterpret_cast<Counter*>(answer->value);
87 void Set(const char* name, Counter* value) {
93 answer->value = value;
102 Counter* CurrentValue() { return static_cast<Counter*>(entry_->value); }
117 Handle<Value> name,
120 static const char* ToCString(const v8::String::Utf8Value& value);
138 static Handle<Value> DebugCommandToJSONRequest(Handle<String> command);
145 static Handle<Value> Print(const Arguments& args);
146 static Handle<Value> Write(const Arguments& args);
147 static Handle<Value> Yield(const Arguments& args);
148 static Handle<Value> Quit(const Arguments& args);
149 static Handle<Value> Version(const Arguments& args);
150 static Handle<Value> Read(const Arguments& args);
151 static Handle<Value> ReadLine(const Arguments& args);
152 static Handle<Value> Load(const Arguments& args);
170 // os.setenv(variable, value) sets an environment variable. Repeated calls to
179 static Handle<Value> OSObject(const Arguments& args);
180 static Handle<Value> System(const Arguments& args);
181 static Handle<Value> ChangeDirectory(const Arguments& args);
182 static Handle<Value> SetEnvironment(const Arguments& args);
183 static Handle<Value> UnsetEnvironment(const Arguments& args);
184 static Handle<Value> SetUMask(const Arguments& args);
185 static Handle<Value> MakeDirectory(const Arguments& args);
186 static Handle<Value> RemoveDirectory(const Arguments& args);