Home | History | Annotate | Download | only in src

Lines Matching full: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,
137 static Handle<Value> DebugCommandToJSONRequest(Handle<String> command);
140 static Handle<Value> Print(const Arguments& args);
141 static Handle<Value> Write(const Arguments& args);
142 static Handle<Value> Yield(const Arguments& args);
143 static Handle<Value> Quit(const Arguments& args);
144 static Handle<Value> Version(const Arguments& args);
145 static Handle<Value> Read(const Arguments& args);
146 static Handle<Value> ReadLine(const Arguments& args);
147 static Handle<Value> Load(const Arguments& args);
165 // os.setenv(variable, value) sets an environment variable. Repeated calls to
174 static Handle<Value> OSObject(const Arguments& args);
175 static Handle<Value> System(const Arguments& args);
176 static Handle<Value> ChangeDirectory(const Arguments& args);
177 static Handle<Value> SetEnvironment(const Arguments& args);
178 static Handle<Value> SetUMask(const Arguments& args);
179 static Handle<Value> MakeDirectory(const Arguments& args);
180 static Handle<Value> RemoveDirectory(const Arguments& args);