Lines Matching refs:Value
67 return reinterpret_cast<Counter*>(answer->value);
69 void Set(const char* name, Counter* value) {
73 answer->value = value;
82 Counter* CurrentValue() { return static_cast<Counter*>(entry_->value); }
195 T value;
196 ReadMemory(&value, sizeof(value), offset);
197 return value;
260 static void PostMessageOut(const v8::FunctionCallbackInfo<v8::Value>& args);
333 Isolate* isolate, Local<String> source, Local<Value> name,
337 Local<Value> name, bool print_result,
340 static const char* ToCString(const v8::String::Utf8Value& value);
355 static bool SerializeValue(Isolate* isolate, Local<Value> value,
359 static MaybeLocal<Value> DeserializeValue(Isolate* isolate,
371 static void PerformanceNow(const v8::FunctionCallbackInfo<v8::Value>& args);
374 static void RealmCurrent(const v8::FunctionCallbackInfo<v8::Value>& args);
375 static void RealmOwner(const v8::FunctionCallbackInfo<v8::Value>& args);
376 static void RealmGlobal(const v8::FunctionCallbackInfo<v8::Value>& args);
377 static void RealmCreate(const v8::FunctionCallbackInfo<v8::Value>& args);
378 static void RealmDispose(const v8::FunctionCallbackInfo<v8::Value>& args);
379 static void RealmSwitch(const v8::FunctionCallbackInfo<v8::Value>& args);
380 static void RealmEval(const v8::FunctionCallbackInfo<v8::Value>& args);
382 const PropertyCallbackInfo<Value>& info);
384 Local<Value> value,
387 static void Print(const v8::FunctionCallbackInfo<v8::Value>& args);
388 static void Write(const v8::FunctionCallbackInfo<v8::Value>& args);
389 static void QuitOnce(v8::FunctionCallbackInfo<v8::Value>* args);
390 static void Quit(const v8::FunctionCallbackInfo<v8::Value>& args);
391 static void Version(const v8::FunctionCallbackInfo<v8::Value>& args);
392 static void Read(const v8::FunctionCallbackInfo<v8::Value>& args);
393 static void ReadBuffer(const v8::FunctionCallbackInfo<v8::Value>& args);
395 static void ReadLine(const v8::FunctionCallbackInfo<v8::Value>& args) {
398 static void Load(const v8::FunctionCallbackInfo<v8::Value>& args);
399 static void WorkerNew(const v8::FunctionCallbackInfo<v8::Value>& args);
401 const v8::FunctionCallbackInfo<v8::Value>& args);
402 static void WorkerGetMessage(const v8::FunctionCallbackInfo<v8::Value>& args);
403 static void WorkerTerminate(const v8::FunctionCallbackInfo<v8::Value>& args);
421 // os.setenv(variable, value) sets an environment variable. Repeated calls to
430 static void System(const v8::FunctionCallbackInfo<v8::Value>& args);
431 static void ChangeDirectory(const v8::FunctionCallbackInfo<v8::Value>& args);
432 static void SetEnvironment(const v8::FunctionCallbackInfo<v8::Value>& args);
433 static void UnsetEnvironment(const v8::FunctionCallbackInfo<v8::Value>& args);
434 static void SetUMask(const v8::FunctionCallbackInfo<v8::Value>& args);
435 static void MakeDirectory(const v8::FunctionCallbackInfo<v8::Value>& args);
436 static void RemoveDirectory(const v8::FunctionCallbackInfo<v8::Value>& args);