HomeSort by relevance Sort by last modified time
    Searched refs:v8 (Results 26 - 50 of 2722) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/gin/test/
gtest.h 8 #include "v8/include/v8.h"
18 static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
  /external/chromium_org/mojo/apps/js/bindings/gl/
module.h 9 #include "v8/include/v8.h"
16 v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
  /external/chromium_org/mojo/apps/js/bindings/
monotonic_clock.h 8 #include "v8/include/v8.h"
16 static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
  /external/chromium_org/mojo/bindings/js/
core.h 8 #include "v8/include/v8.h"
16 static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
support.h 8 #include "v8/include/v8.h"
16 static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8CustomElementLifecycleCallbacks.h 34 #include "bindings/core/v8/ScopedPersistent.h"
35 #include "bindings/core/v8/ScriptState.h"
40 #include <v8.h>
51 static PassRefPtr<V8CustomElementLifecycleCallbacks> create(ScriptState*, v8::Handle<v8::Object> prototype, v8::Handle<v8::Function> created, v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged)
    [all...]
V8ObjectConstructor.cpp 26 #include "bindings/core/v8/V8ObjectConstructor.h"
28 #include "bindings/core/v8/V8Binding.h"
29 #include "bindings/core/v8/V8ScriptRunner.h"
36 v8::Local<v8::Object> V8ObjectConstructor::newInstance(v8::Isolate* isolate, v8::Handle<v8::Function> function)
39 return v8::Local<v8::Object>()
    [all...]
V8DOMConfiguration.h 32 #include "bindings/core/v8/V8Binding.h"
33 #include "bindings/core/v8/V8DOMWrapper.h"
34 #include <v8.h>
60 v8::AccessorGetterCallback getter;
61 v8::AccessorSetterCallback setter;
62 v8::AccessorGetterCallback getterForMainWorld;
63 v8::AccessorSetterCallback setterForMainWorld;
65 v8::AccessControl settings;
66 v8::PropertyAttribute attribute;
75 v8::FunctionCallback getter
    [all...]
PrivateScriptRunner.h 8 #include "bindings/core/v8/ExceptionState.h"
10 #include <v8.h>
19 static v8::Handle<v8::Value> installClassIfNeeded(LocalFrame*, String className);
20 static v8::Handle<v8::Value> runDOMAttributeGetter(ScriptState*, ScriptState* scriptStateInUserScript, const char* className, const char* attributeName, v8::Handle<v8::Value> holder);
21 static bool runDOMAttributeSetter(ScriptState*, ScriptState* scriptStateInUserScript, const char* className, const char* attributeName, v8::Handle<v8::Value> holder, v8::Handle<v8::Value> v8Value)
    [all...]
V8EventListener.cpp 32 #include "bindings/core/v8/V8EventListener.h"
34 #include "bindings/core/v8/ScriptController.h"
35 #include "bindings/core/v8/V8Binding.h"
41 V8EventListener::V8EventListener(v8::Local<v8::Object> listener, bool isAttribute, ScriptState* scriptState)
47 v8::Local<v8::Function> V8EventListener::getListenerFunction(ExecutionContext*)
49 v8::Local<v8::Object> listener = getListenerObject(scriptState()->executionContext());
53 return v8::Local<v8::Function>()
    [all...]
ScriptPromisePropertyBase.h 8 #include "bindings/core/v8/ScopedPersistent.h"
9 #include "bindings/core/v8/ScriptPromise.h"
10 #include "bindings/core/v8/ScriptPromiseProperties.h"
15 #include <v8.h>
55 virtual v8::Handle<v8::Object> holder(v8::Handle<v8::Object> creationContext, v8::Isolate*) = 0;
56 virtual v8::Handle<v8::Value> resolvedValue(v8::Handle<v8::Object> creationContext, v8::Isolate*) = 0
    [all...]
V8ErrorHandler.h 34 #include "bindings/core/v8/V8EventListener.h"
36 #include <v8.h>
45 static PassRefPtr<V8ErrorHandler> create(v8::Local<v8::Object> listener, bool isInline, ScriptState* scriptState)
50 static void storeExceptionOnErrorEventWrapper(ErrorEvent*, v8::Handle<v8::Value>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
53 V8ErrorHandler(v8::Local<v8::Object> listener, bool isInline, ScriptState*)
    [all...]
V8ObjectConstructor.h 34 #include "bindings/core/v8/V8PerIsolateData.h"
35 #include "bindings/core/v8/V8RecursionScope.h"
37 #include <v8.h>
50 ConstructorMode(v8::Isolate* isolate)
65 static bool current(v8::Isolate* isolate)
71 v8::Isolate* m_isolate;
78 static v8::Local<v8::Object> newInstance(v8::Isolate*, v8::Handle<v8::Function>)
    [all...]
V8EventListener.h 34 #include "bindings/core/v8/V8AbstractEventListener.h"
36 #include <v8.h>
47 static PassRefPtr<V8EventListener> create(v8::Local<v8::Object> listener, bool isAttribute, ScriptState* scriptState)
53 V8EventListener(v8::Local<v8::Object> listener, bool isAttribute, ScriptState*);
55 v8::Local<v8::Function> getListenerFunction(ExecutionContext*);
57 virtual v8::Local<v8::Value> callListenerFunction(v8::Handle<v8::Value> jsEvent, Event*) OVERRIDE
    [all...]
V8WorkerGlobalScopeEventListener.h 34 #include "bindings/core/v8/V8EventListener.h"
36 #include <v8.h>
44 static PassRefPtr<V8WorkerGlobalScopeEventListener> create(v8::Local<v8::Object> listener, bool isInline, ScriptState* scriptState)
52 V8WorkerGlobalScopeEventListener(v8::Local<v8::Object> listener, bool isInline, ScriptState*);
55 virtual v8::Local<v8::Value> callListenerFunction(v8::Handle<v8::Value> jsEvent, Event*) OVERRIDE
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
JavaScriptCallFrame.h 35 #include "bindings/core/v8/ScopedPersistent.h"
36 #include "bindings/core/v8/ScriptState.h"
37 #include "bindings/core/v8/ScriptWrappable.h"
40 #include <v8.h>
49 static PassRefPtrWillBeRawPtr<JavaScriptCallFrame> create(v8::Handle<v8::Context> debuggerContext, v8::Handle<v8::Object> callFrame)
64 v8::Handle<v8::Value> scopeChain() const
    [all...]
  /external/chromium_org/gin/
converter.h 13 #include "v8/include/v8.h"
22 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate,
24 static bool FromV8(v8::Isolate* isolate,
25 v8::Handle<v8::Value> val,
31 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate
    [all...]
  /external/chromium_org/v8/include/libplatform/
libplatform.h 1 // Copyright 2014 the V8 project authors. All rights reserved.
8 #include "include/v8-platform.h"
10 namespace v8 { namespace
14 * Returns a new instance of the default v8::Platform implementation.
21 v8::Platform* CreateDefaultPlatform(int thread_pool_size = 0);
32 bool PumpMessageLoop(v8::Platform* platform, v8::Isolate* isolate);
36 } // namespace v8
  /external/chromium_org/gin/public/
context_holder.h 13 #include "v8/include/v8.h"
17 // Gin embedder that store embedder data in v8::Contexts must do so in a
19 // The field at kDebugIdIndex is treated specially by V8 and is reserved for
20 // a V8 debugger implementation (not used by gin).
28 // ContextHolder is a generic class for holding a v8::Context.
31 explicit ContextHolder(v8::Isolate* isolate);
34 v8::Isolate* isolate() const { return isolate_; }
36 v8::Handle<v8::Context> context() const
    [all...]
  /external/chromium_org/v8/test/cctest/
print-extension.cc 1 // Copyright 2014 the V8 project authors. All rights reserved.
30 namespace v8 { namespace
33 v8::Handle<v8::FunctionTemplate> PrintExtension::GetNativeFunctionTemplate(
34 v8::Isolate* isolate,
35 v8::Handle<v8::String> str) {
36 return v8::FunctionTemplate::New(isolate, PrintExtension::Print);
40 void PrintExtension::Print(const v8::FunctionCallbackInfo<v8::Value>& args)
    [all...]
  /external/chromium_org/chrome/renderer/
benchmarking_extension.h 8 namespace v8 { namespace
16 // name is to distinguish it from the built-in V8 Profiler.
19 static v8::Extension* Get();
external_extension.h 10 namespace v8 { namespace
18 static v8::Extension* Get();
loadtimes_extension_bindings.h 5 // The LoadTimesExtension is a v8 extension to access the time it took
11 namespace v8 { namespace
19 static v8::Extension* Get();
playback_extension.h 8 namespace v8 { namespace
27 static v8::Extension* Get();
principals_extension_bindings.h 5 // A v8 extension to expose Chrome account management functions.
10 namespace v8 { namespace
18 static v8::Extension* Get();

Completed in 510 milliseconds

12 3 4 5 6 7 8 91011>>