Searched refs:v8 (Results 101 - 125 of 1755) sorted by relevance

1234567891011>>

/external/v8/src/compiler/
H A Dtype-cache.cc9 namespace v8 { namespace
24 } // namespace v8
/external/v8/src/
H A Dfixed-dtoa.h10 namespace v8 { namespace
33 } // namespace v8
H A Dicu_util.h9 namespace v8 { namespace
23 } // namespace v8
H A Dlookup-cache.cc9 namespace v8 { namespace
17 } // namespace v8
H A Dstartup-data-util.h9 #include "include/v8.h"
11 namespace v8 { namespace
27 } // namespace v8
H A Dstring-case.h8 namespace v8 { namespace
15 } // namespace v8
H A Dstartup-data-util.cc16 namespace v8 { namespace
23 v8::StartupData g_natives;
24 v8::StartupData g_snapshot;
27 void ClearStartupData(v8::StartupData* data) {
33 void DeleteStartupData(v8::StartupData* data) {
45 void Load(const char* blob_file, v8::StartupData* startup_data,
46 void (*setter_fn)(v8::StartupData*)) {
75 Load(natives_blob, &g_natives, v8::V8::SetNativesDataBlob);
76 Load(snapshot_blob, &g_snapshot, v8::V8::SetSnapshotDataBlob);
106 } // namespace v8
[all...]
/external/v8/src/inspector/
H A Dstring-util.h14 #include "include/v8-inspector.h"
63 v8::Local<v8::String> toV8String(v8::Isolate*, const String16&);
64 v8::Local<v8::String> toV8StringInternalized(v8::Isolate*, const String16&);
65 v8::Local<v8::String> toV8StringInternalized(v8
[all...]
H A Dinspected-context.h11 #include "include/v8.h"
24 static int contextId(v8::Local<v8::Context>);
26 v8::Local<v8::Context> context() const;
36 v8::Isolate* isolate() const;
48 v8::Global<v8::Context> m_context;
56 v8::Global<v8
[all...]
H A Dstring-util.cc11 v8::Local<v8::String> toV8String(v8::Isolate* isolate, const String16& string) {
12 if (string.isEmpty()) return v8::String::Empty(isolate);
13 DCHECK(string.length() < v8::String::kMaxLength);
14 return v8::String::NewFromTwoByte(
16 v8::NewStringType::kNormal, static_cast<int>(string.length()))
20 v8::Local<v8::String> toV8StringInternalized(v8
[all...]
/external/v8/src/trap-handler/
H A Dtrap-handler.h8 namespace v8 { namespace
24 } // namespace v8
/external/libmojo/mojo/edk/js/
H A Dsupport.cc28 v8::Handle<v8::Function> callback) {
40 v8::Handle<v8::Function> callback) {
55 v8::Local<v8::Value> Support::GetModule(v8::Isolate* isolate) {
57 v8::Local<v8::ObjectTemplate> templ = data->GetObjectTemplate(
/external/pdfium/fxjs/
H A DJS_Define.h36 std::vector<v8::Local<v8::Value>> ExpandKeywordParams(
38 const std::vector<v8::Local<v8::Value>>& originals,
50 static void JSConstructor(CFXJS_Engine* pEngine, v8::Local<v8::Object> obj) {
58 static void JSDestructor(CFXJS_Engine* pEngine, v8::Local<v8::Object> obj) {
65 v8::Local<v8
[all...]
H A Dcfxjse_arguments.cpp14 const v8::FunctionCallbackInfo<v8::Value>* pInfo,
25 auto pArgValue = pdfium::MakeUnique<CFXJSE_Value>(v8::Isolate::GetCurrent());
43 v8::Local<v8::String> hString = (*m_pInfo)[index]->ToString();
44 v8::String::Utf8Value szStringVal(m_pInfo->GetIsolate(), hString);
50 v8::Local<v8::Value> hValue = (*m_pInfo)[index];
54 return FXJSE_RetrieveObjectBinding(hValue.As<v8::Object>(), pClass);
H A Dcfxjse_isolatetracker.h14 #include "v8/include/v8.h"
20 explicit CFXJSE_ScopeUtil_IsolateHandle(v8::Isolate* pIsolate)
22 v8::Isolate* GetIsolate() { return m_isolate; }
31 v8::Isolate* m_isolate;
32 v8::Isolate::Scope m_iscope;
33 v8::HandleScope m_hscope;
38 explicit CFXJSE_ScopeUtil_IsolateHandleRootContext(v8::Isolate* pIsolate)
40 m_cscope(v8::Local<v8
[all...]
H A Dcjs_color.h17 static v8::Local<v8::Array> ConvertPWLColorToArray(CJS_Runtime* pRuntime,
20 v8::Local<v8::Array> array);
26 CJS_Return set_black(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
29 CJS_Return set_blue(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
32 CJS_Return set_cyan(CJS_Runtime* pRuntime, v8::Local<v8
[all...]
H A Dcjs_annot.h19 CJS_Return set_hidden(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
22 CJS_Return set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
25 CJS_Return set_type(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
38 explicit CJS_Annot(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
H A Dcjs_border.h16 explicit CJS_Border(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
H A Dcjs_console.cpp36 const std::vector<v8::Local<v8::Value>>& params) {
41 const std::vector<v8::Local<v8::Value>>& params) {
46 const std::vector<v8::Local<v8::Value>>& params) {
51 const std::vector<v8::Local<v8::Value>>& params) {
H A Dcjs_display.h16 explicit CJS_Display(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
H A Dcjs_font.h16 explicit CJS_Font(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
/external/v8/src/extensions/
H A Dexternalize-string-extension.cc12 namespace v8 { namespace
35 typedef SimpleStringResource<char, v8::String::ExternalOneByteStringResource>
37 typedef SimpleStringResource<uc16, v8::String::ExternalStringResource>
45 v8::Local<v8::FunctionTemplate>
47 v8::Isolate* isolate, v8::Local<v8::String> str) {
48 if (strcmp(*v8::String::Utf8Value(str), "externalizeString") == 0) {
49 return v8
[all...]
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc12 #include <v8.h>
93 : public v8::String::ExternalStringResource {
114 : public v8::String::ExternalOneByteStringResource {
135 // When creating a v8::String from a C++ string we have two choices: create
151 std::string V8StringToUTF8(v8::Handle<v8::String> s) {
158 android::String16 V8StringToUTF16(v8::Handle<v8::String> s) {
173 v8::Local<v8
[all...]
/external/v8/src/debug/
H A Ddebug-interface.h10 #include "include/v8-debug.h"
11 #include "include/v8-util.h"
12 #include "include/v8.h"
17 namespace v8 { namespace
47 * v8::Debug::Call will return the current line of JavaScript execution.
56 MaybeLocal<Value> Call(Local<Context> context, v8::Local<v8::Function> fun,
119 * Native wrapper around v8::internal::Script object.
123 v8::Isolate* GetIsolate() const;
169 virtual void ScriptCompiled(v8
[all...]
/external/pdfium/fxjs/xfa/
H A Dcjx_source.cpp41 const std::vector<v8::Local<v8::Value>>& params) {
49 const std::vector<v8::Local<v8::Value>>& params) {
56 const std::vector<v8::Local<v8::Value>>& params) {
64 const std::vector<v8::Local<v8::Value>>& params) {
72 const std::vector<v8::Local<v8
[all...]

Completed in 396 milliseconds

1234567891011>>