Lines Matching refs:v8
18 v8::Local<v8::Object> object,
20 static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
26 static void ArgsGet(const v8::FunctionCallbackInfo<v8::Value>& args);
27 static void ArgsSizesGet(const v8::FunctionCallbackInfo<v8::Value>& args);
28 static void ClockResGet(const v8::FunctionCallbackInfo<v8::Value>& args);
29 static void ClockTimeGet(const v8::FunctionCallbackInfo<v8::Value>& args);
30 static void EnvironGet(const v8::FunctionCallbackInfo<v8::Value>& args);
31 static void EnvironSizesGet(const v8::FunctionCallbackInfo<v8::Value>& args);
32 static void FdAdvise(const v8::FunctionCallbackInfo<v8::Value>& args);
33 static void FdAllocate(const v8::FunctionCallbackInfo<v8::Value>& args);
34 static void FdClose(const v8::FunctionCallbackInfo<v8::Value>& args);
35 static void FdDatasync(const v8::FunctionCallbackInfo<v8::Value>& args);
36 static void FdFdstatGet(const v8::FunctionCallbackInfo<v8::Value>& args);
37 static void FdFdstatSetFlags(const v8::FunctionCallbackInfo<v8::Value>& args);
39 const v8::FunctionCallbackInfo<v8::Value>& args);
40 static void FdFilestatGet(const v8::FunctionCallbackInfo<v8::Value>& args);
42 const v8::FunctionCallbackInfo<v8::Value>& args);
44 const v8::FunctionCallbackInfo<v8::Value>& args);
45 static void FdPread(const v8::FunctionCallbackInfo<v8::Value>& args);
46 static void FdPrestatGet(const v8::FunctionCallbackInfo<v8::Value>& args);
47 static void FdPrestatDirName(const v8::FunctionCallbackInfo<v8::Value>& args);
48 static void FdPwrite(const v8::FunctionCallbackInfo<v8::Value>& args);
49 static void FdRead(const v8::FunctionCallbackInfo<v8::Value>& args);
50 static void FdReaddir(const v8::FunctionCallbackInfo<v8::Value>& args);
51 static void FdRenumber(const v8::FunctionCallbackInfo<v8::Value>& args);
52 static void FdSeek(const v8::FunctionCallbackInfo<v8::Value>& args);
53 static void FdSync(const v8::FunctionCallbackInfo<v8::Value>& args);
54 static void FdTell(const v8::FunctionCallbackInfo<v8::Value>& args);
55 static void FdWrite(const v8::FunctionCallbackInfo<v8::Value>& args);
57 const v8::FunctionCallbackInfo<v8::Value>& args);
58 static void PathFilestatGet(const v8::FunctionCallbackInfo<v8::Value>& args);
60 const v8::FunctionCallbackInfo<v8::Value>& args);
61 static void PathLink(const v8::FunctionCallbackInfo<v8::Value>& args);
62 static void PathOpen(const v8::FunctionCallbackInfo<v8::Value>& args);
63 static void PathReadlink(const v8::FunctionCallbackInfo<v8::Value>& args);
65 const v8::FunctionCallbackInfo<v8::Value>& args);
66 static void PathRename(const v8::FunctionCallbackInfo<v8::Value>& args);
67 static void PathSymlink(const v8::FunctionCallbackInfo<v8::Value>& args);
68 static void PathUnlinkFile(const v8::FunctionCallbackInfo<v8::Value>& args);
69 static void PollOneoff(const v8::FunctionCallbackInfo<v8::Value>& args);
70 static void ProcExit(const v8::FunctionCallbackInfo<v8::Value>& args);
71 static void ProcRaise(const v8::FunctionCallbackInfo<v8::Value>& args);
72 static void RandomGet(const v8::FunctionCallbackInfo<v8::Value>& args);
73 static void SchedYield(const v8::FunctionCallbackInfo<v8::Value>& args);
74 static void SockAccept(const v8::FunctionCallbackInfo<v8::Value>& args);
75 static void SockRecv(const v8::FunctionCallbackInfo<v8::Value>& args);
76 static void SockSend(const v8::FunctionCallbackInfo<v8::Value>& args);
77 static void SockShutdown(const v8::FunctionCallbackInfo<v8::Value>& args);
79 static void _SetMemory(const v8::FunctionCallbackInfo<v8::Value>& args);
98 v8::Global<v8::WasmMemoryObject> memory_;