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

1234567891011>>

/external/chromium_org/extensions/renderer/
H A Dsend_request_natives.h9 #include "v8/include/v8.h"
22 void GetNextRequestId(const v8::FunctionCallbackInfo<v8::Value>& args);
26 void StartRequest(const v8::FunctionCallbackInfo<v8::Value>& args);
29 void GetGlobal(const v8::FunctionCallbackInfo<v8::Value>& args);
H A Dv8_context_native_handler.h19 void GetAvailability(const v8::FunctionCallbackInfo<v8::Value>& args);
20 void GetModuleSystem(const v8::FunctionCallbackInfo<v8::Value>& args);
23 const v8::FunctionCallbackInfo<v8::Value>& args);
H A Dmodule_system.h19 #include "v8/include/v8.h"
39 // v8::Context.
47 virtual v8::Handle<v8::Value> GetSource(v8::Isolate* isolate,
55 virtual void HandleUncaughtException(const v8::TryCatch& try_catch) = 0;
59 std::string CreateExceptionString(const v8::TryCatch& try_catch);
79 v8::Handle<v8
[all...]
H A Dfile_system_natives.h20 void GetFileEntry(const v8::FunctionCallbackInfo<v8::Value>& args);
21 void GetIsolatedFileSystem(const v8::FunctionCallbackInfo<v8::Value>& args);
23 const v8::FunctionCallbackInfo<v8::Value>& args);
25 void GetDOMError(const v8::FunctionCallbackInfo<v8::Value>& args);
/external/chromium_org/gin/
H A Ddebug_impl.cc10 v8::FunctionEntryHook g_entry_hook = NULL;
11 v8::JitCodeEventHandler g_jit_code_event_handler = NULL;
15 void Debug::SetFunctionEntryHook(v8::FunctionEntryHook entry_hook) {
20 void Debug::SetJitCodeEventHandler(v8::JitCodeEventHandler event_handler) {
25 v8::FunctionEntryHook DebugImpl::GetFunctionEntryHook() {
30 v8::JitCodeEventHandler DebugImpl::GetJitCodeEventHandler() {
H A Ddebug_impl.h9 #include "v8/include/v8.h"
15 static v8::FunctionEntryHook GetFunctionEntryHook();
16 static v8::JitCodeEventHandler GetJitCodeEventHandler();
H A Dinterceptor.h13 #include "v8/include/v8.h"
23 NamedPropertyInterceptor(v8::Isolate* isolate, WrappableBase* base);
26 virtual v8::Local<v8::Value> GetNamedProperty(v8::Isolate* isolate,
29 virtual bool SetNamedProperty(v8::Isolate* isolate,
31 v8::Local<v8::Value> value);
33 v8
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DCustomElementBinding.cpp32 #include "bindings/core/v8/CustomElementBinding.h"
36 PassOwnPtr<CustomElementBinding> CustomElementBinding::create(v8::Isolate* isolate, v8::Handle<v8::Object> prototype)
41 CustomElementBinding::CustomElementBinding(v8::Isolate* isolate, v8::Handle<v8::Object> prototype)
H A DV8PerIsolateData.cpp27 #include "bindings/core/v8/V8PerIsolateData.h"
29 #include "bindings/core/v8/DOMDataStore.h"
30 #include "bindings/core/v8/PageScriptDebugServer.h"
31 #include "bindings/core/v8/ScriptGCEvent.h"
32 #include "bindings/core/v8/ScriptProfiler.h"
33 #include "bindings/core/v8/V8Binding.h"
34 #include "bindings/core/v8/V8HiddenValue.h"
35 #include "bindings/core/v8/V8ObjectConstructor.h"
36 #include "bindings/core/v8/V8RecursionScope.h"
37 #include "bindings/core/v8/V8ScriptRunne
[all...]
H A DScriptRegexp.cpp30 #include "bindings/core/v8/ScriptRegexp.h"
32 #include "bindings/core/v8/V8Binding.h"
33 #include "bindings/core/v8/V8PerIsolateData.h"
34 #include "bindings/core/v8/V8ScriptRunner.h"
41 v8::Isolate* isolate = v8::Isolate::GetCurrent();
42 v8::HandleScope handleScope(isolate);
43 v8::Context::Scope contextScope(V8PerIsolateData::from(isolate)->ensureScriptRegexpContext());
44 v8::TryCatch tryCatch;
46 unsigned flags = v8
[all...]
H A DV8Initializer.h29 #include <v8.h>
36 static void initializeWorker(v8::Isolate*);
H A DV8WorkerGlobalScopeEventListener.cpp33 #include "bindings/core/v8/V8WorkerGlobalScopeEventListener.h"
35 #include "bindings/core/v8/V8Binding.h"
36 #include "bindings/core/v8/V8DOMWrapper.h"
37 #include "bindings/core/v8/V8Event.h"
38 #include "bindings/core/v8/V8EventTarget.h"
39 #include "bindings/core/v8/V8GCController.h"
40 #include "bindings/core/v8/V8ScriptRunner.h"
41 #include "bindings/core/v8/WorkerScriptController.h"
48 V8WorkerGlobalScopeEventListener::V8WorkerGlobalScopeEventListener(v8::Local<v8
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestInterfaceCheckSecurity.cpp10 #include "bindings/core/v8/BindingSecurity.h"
11 #include "bindings/core/v8/ExceptionState.h"
12 #include "bindings/core/v8/V8DOMConfiguration.h"
13 #include "bindings/core/v8/V8HiddenValue.h"
14 #include "bindings/core/v8/V8ObjectConstructor.h"
28 // bindings/core/v8/ScriptWrappable.h.
35 static void longAttributeAttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info)
37 v8::Handle<v8
[all...]
H A DV8TestObject.cpp10 #include "bindings/core/v8/BindingSecurity.h"
11 #include "bindings/core/v8/Dictionary.h"
12 #include "bindings/core/v8/ExceptionState.h"
13 #include "bindings/core/v8/PrivateScriptRunner.h"
14 #include "bindings/core/v8/ScriptCallStackFactory.h"
15 #include "bindings/core/v8/ScriptPromise.h"
16 #include "bindings/core/v8/ScriptState.h"
17 #include "bindings/core/v8/ScriptValue.h"
18 #include "bindings/core/v8/SerializedScriptValue.h"
19 #include "bindings/core/v8/V8AbstractEventListene
[all...]
/external/chromium_org/third_party/WebKit/public/web/
H A DWebScriptBindings.h36 namespace v8 { namespace
49 // Efficiently converts a WebString to a v8::String. The caller must have
51 BLINK_EXPORT static v8::Local<v8::String> toV8String(const WebString&, v8::Isolate*);
53 // You can use v8::Value::toString() to get a v8::String, but remember to wrap that in a v8::TryCatch.
54 BLINK_EXPORT static WebString toWebString(v8::Handle<v8
[all...]
/external/chromium_org/chrome/renderer/
H A Dbenchmarking_extension.h8 namespace v8 { namespace
19 static v8::Extension* Get();
H A Dexternal_extension.h10 namespace v8 { namespace
18 static v8::Extension* Get();
H A Dloadtimes_extension_bindings.h5 // The LoadTimesExtension is a v8 extension to access the time it took
11 namespace v8 { namespace
19 static v8::Extension* Get();
H A Dplayback_extension.h8 namespace v8 { namespace
27 static v8::Extension* Get();
H A Dprincipals_extension_bindings.h5 // A v8 extension to expose Chrome account management functions.
10 namespace v8 { namespace
18 static v8::Extension* Get();
/external/chromium_org/content/renderer/gpu/
H A Dgpu_benchmarking_extension.h8 namespace v8 { namespace
17 static v8::Extension* Get();
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8DedicatedWorkerGlobalScopeCustom.cpp32 #include "bindings/core/v8/V8DedicatedWorkerGlobalScope.h"
34 #include "bindings/core/v8/PostMessage.h"
35 #include "bindings/core/v8/V8Binding.h"
40 void V8DedicatedWorkerGlobalScope::postMessageMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
H A DV8EventTargetCustom.cpp32 #include "bindings/core/v8/V8EventTarget.h"
34 #include "bindings/core/v8/V8Window.h"
39 v8::Handle<v8::Value> toV8(EventTarget* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
42 return v8::Null(isolate);
47 v8::Handle<v8
[all...]
H A DV8LocationCustom.cpp32 #include "bindings/core/v8/V8Location.h"
36 void V8Location::valueOfMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
H A DV8MessagePortCustom.cpp32 #include "bindings/core/v8/V8MessagePort.h"
34 #include "bindings/core/v8/PostMessage.h"
35 #include "bindings/core/v8/V8Binding.h"
40 void V8MessagePort::postMessageMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)

Completed in 4476 milliseconds

1234567891011>>