• Home
  • Raw
  • Download

Lines Matching refs:v8

25   CJS_Return set_active_docs(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
28 CJS_Return set_calculate(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
31 CJS_Return set_forms_version(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
34 CJS_Return set_fs(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
37 CJS_Return set_fullscreen(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
40 CJS_Return set_language(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
43 CJS_Return set_media(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
46 CJS_Return set_platform(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
50 v8::Local<v8::Value> vp);
53 CJS_Return set_viewer_type(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
57 v8::Local<v8::Value> vp);
60 CJS_Return set_viewer_version(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
63 const std::vector<v8::Local<v8::Value>>& params);
65 const std::vector<v8::Local<v8::Value>>& params);
67 const std::vector<v8::Local<v8::Value>>& params);
69 const std::vector<v8::Local<v8::Value>>& params);
71 const std::vector<v8::Local<v8::Value>>& params);
73 const std::vector<v8::Local<v8::Value>>& params);
75 const std::vector<v8::Local<v8::Value>>& params);
77 const std::vector<v8::Local<v8::Value>>& params);
79 const std::vector<v8::Local<v8::Value>>& params);
81 const std::vector<v8::Local<v8::Value>>& params);
83 const std::vector<v8::Local<v8::Value>>& params);
85 const std::vector<v8::Local<v8::Value>>& params);
87 const std::vector<v8::Local<v8::Value>>& params);
89 const std::vector<v8::Local<v8::Value>>& params);
91 const std::vector<v8::Local<v8::Value>>& params);
93 const std::vector<v8::Local<v8::Value>>& params);
95 const std::vector<v8::Local<v8::Value>>& params);
97 const std::vector<v8::Local<v8::Value>>& params);
99 const std::vector<v8::Local<v8::Value>>& params);
101 const std::vector<v8::Local<v8::Value>>& params);
103 const std::vector<v8::Local<v8::Value>>& params);
114 void ClearTimerCommon(CJS_Runtime* pRuntime, v8::Local<v8::Value> param);
125 explicit CJS_App(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_App()