Searched refs:v8 (Results 226 - 250 of 1954) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
H A DV8TestTypedefs.h11 #include "bindings/v8/V8Binding.h"
12 #include "bindings/v8/V8DOMWrapper.h"
13 #include "bindings/v8/WrapperTypeInfo.h"
20 static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*);
21 static v8::Handle<v8::Object> findInstanceInPrototypeChain(v8::Handle<v8
[all...]
H A DV8TestInterfaceEventTarget.cpp10 #include "bindings/v8/ExceptionState.h"
11 #include "bindings/v8/V8DOMConfiguration.h"
12 #include "bindings/v8/V8HiddenValue.h"
13 #include "bindings/v8/V8ObjectConstructor.h"
50 static void V8TestInterfaceEventTargetConstructorCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
52 v8::Isolate* isolate = info.GetIsolate();
73 v8::Handle<v8::Object> wrapper = info.Holder();
78 v8
[all...]
H A DV8TestInterfaceNamedConstructor2.cpp10 #include "bindings/v8/ExceptionState.h"
11 #include "bindings/v8/V8DOMConfiguration.h"
12 #include "bindings/v8/V8HiddenValue.h"
13 #include "bindings/v8/V8ObjectConstructor.h"
50 static void V8TestInterfaceNamedConstructor2ConstructorCallback(const v8::FunctionCallbackInfo<v8::Value>& info)
52 v8::Isolate* isolate = info.GetIsolate();
81 v8::Handle<v8::Object> wrapper = info.Holder();
86 v8
[all...]
H A DV8SVGTestInterface.h11 #include "bindings/v8/V8Binding.h"
12 #include "bindings/v8/V8DOMWrapper.h"
13 #include "bindings/v8/WrapperTypeInfo.h"
20 static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*);
21 static v8::Handle<v8::Object> findInstanceInPrototypeChain(v8::Handle<v8
[all...]
H A DV8TestException.h11 #include "bindings/v8/V8Binding.h"
12 #include "bindings/v8/V8DOMWrapper.h"
13 #include "bindings/v8/WrapperTypeInfo.h"
20 static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*);
21 static v8::Handle<v8::Object> findInstanceInPrototypeChain(v8::Handle<v8
[all...]
H A DV8TestInterfaceCheckSecurity.h11 #include "bindings/v8/V8Binding.h"
12 #include "bindings/v8/V8DOMWrapper.h"
13 #include "bindings/v8/WrapperTypeInfo.h"
20 static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*);
21 static v8::Handle<v8::Object> findInstanceInPrototypeChain(v8::Handle<v8
[all...]
H A DV8TestInterfaceEmpty.h11 #include "bindings/v8/V8Binding.h"
12 #include "bindings/v8/V8DOMWrapper.h"
13 #include "bindings/v8/WrapperTypeInfo.h"
20 static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*);
21 static v8::Handle<v8::Object> findInstanceInPrototypeChain(v8::Handle<v8
[all...]
H A DV8TestSpecialOperations.h11 #include "bindings/v8/V8Binding.h"
12 #include "bindings/v8/V8DOMWrapper.h"
13 #include "bindings/v8/WrapperTypeInfo.h"
20 static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*);
21 static v8::Handle<v8::Object> findInstanceInPrototypeChain(v8::Handle<v8
[all...]
H A DV8TestSpecialOperationsNotEnumerable.cpp10 #include "bindings/v8/ExceptionState.h"
11 #include "bindings/v8/V8DOMConfiguration.h"
12 #include "bindings/v8/V8HiddenValue.h"
13 #include "bindings/v8/V8ObjectConstructor.h"
45 static void indexedPropertyGetter(uint32_t index, const v8::PropertyCallbackInfo<v8::Value>& info)
54 static void indexedPropertyGetterCallback(uint32_t index, const v8::PropertyCallbackInfo<v8::Value>& info)
61 static void namedPropertyGetter(v8::Local<v8
[all...]
H A DV8TestSpecialOperationsNotEnumerable.h11 #include "bindings/v8/V8Binding.h"
12 #include "bindings/v8/V8DOMWrapper.h"
13 #include "bindings/v8/WrapperTypeInfo.h"
20 static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*);
21 static v8::Handle<v8::Object> findInstanceInPrototypeChain(v8::Handle<v8
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-weaktypedarrays.cc30 #include "src/v8.h"
37 using namespace v8::internal;
88 v8::V8::Initialize();
94 v8::HandleScope s1(context->GetIsolate());
95 v8::Handle<v8::ArrayBuffer> ab1 =
96 v8::ArrayBuffer::New(context->GetIsolate(), 256);
98 v8::HandleScope s2(context->GetIsolate());
99 v8::Handle<v8
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8CustomElementLifecycleCallbacks.cpp32 #include "bindings/v8/V8CustomElementLifecycleCallbacks.h"
34 #include "bindings/core/v8/V8Element.h"
35 #include "bindings/v8/CustomElementBinding.h"
36 #include "bindings/v8/DOMDataStore.h"
37 #include "bindings/v8/ScriptController.h"
38 #include "bindings/v8/V8Binding.h"
39 #include "bindings/v8/V8HiddenValue.h"
40 #include "bindings/v8/V8PerContextData.h"
53 PassRefPtr<V8CustomElementLifecycleCallbacks> V8CustomElementLifecycleCallbacks::create(ScriptState* scriptState, v8::Handle<v8
87 weakCallback(const v8::WeakCallbackData<T, ScopedPersistent<T> >& data) argument
[all...]
H A DV8AbstractEventListener.h34 #include "bindings/v8/DOMWrapperWorld.h"
35 #include "bindings/v8/ScopedPersistent.h"
37 #include <v8.h>
78 v8::Local<v8::Object> getListenerObject(ExecutionContext* context)
89 v8::Local<v8::Object> getExistingListenerObject()
96 v8::Persistent<v8::Object>& existingListenerObjectPersistentHandle()
112 v8
[all...]
H A DNPV8Object.h33 #include "bindings/v8/V8DOMWrapper.h"
38 #include <v8.h>
55 v8::Persistent<v8::Object> v8Object;
67 NPObject* npCreateV8ScriptObject(NPP, v8::Handle<v8::Object>, LocalDOMWindow*, v8::Isolate*);
69 NPObject* v8ObjectToNPObject(v8::Handle<v8::Object>);
73 void disposeUnderlyingV8Object(NPObject*, v8
[all...]
H A DV8DOMActivityLogger.h36 #include <v8.h>
47 virtual void logSetter(const String& apiName, const v8::Handle<v8::Value>& newValue) { }
48 virtual void logSetter(const String& apiName, const v8::Handle<v8::Value>& newValue, const v8::Handle<v8::Value>& oldValue) { }
49 virtual void logMethod(const String& apiName, int argc, const v8::Handle<v8::Value>* argv) { }
H A DScriptString.cpp32 #include "bindings/v8/ScriptString.h"
34 #include "bindings/v8/V8Binding.h"
43 ScriptString::ScriptString(v8::Isolate* isolate, v8::Handle<v8::String> string)
45 , m_string(SharedPersistent<v8::String>::create(string, m_isolate))
58 v8::Handle<v8::String> ScriptString::v8Value()
61 return v8::Handle<v8
[all...]
H A DWrapperTypeInfo.h37 #include <v8.h>
54 typedef v8::Handle<v8::FunctionTemplate> (*DomTemplateFunction)(v8::Isolate*);
56 typedef ActiveDOMObject* (*ToActiveDOMObjectFunction)(v8::Handle<v8::Object>);
57 typedef EventTarget* (*ToEventTargetFunction)(v8::Handle<v8::Object>);
58 typedef void (*ResolveWrapperReachabilityFunction)(void*, const v8::Persistent<v8
[all...]
/external/chromium_org/extensions/renderer/
H A Dactivity_log_converter_strategy.h11 #include "v8/include/v8.h"
30 virtual bool FromV8Object(v8::Handle<v8::Object> value,
32 v8::Isolate* isolate,
34 virtual bool FromV8Array(v8::Handle<v8::Array> value,
36 v8::Isolate* isolate,
44 bool FromV8Internal(v8::Handle<v8
[all...]
H A Dconsole.h11 #include "v8/include/v8.h"
36 void Debug(v8::Handle<v8::Context> context, const std::string& message);
37 void Log(v8::Handle<v8::Context> context, const std::string& message);
38 void Warn(v8::Handle<v8::Context> context, const std::string& message);
39 void Error(v8::Handle<v8
[all...]
/external/chromium_org/third_party/WebKit/public/web/
H A DWebDOMActivityLogger.h37 #include <v8.h>
46 virtual void logSetter(const WebString& apiName, const v8::Handle<v8::Value>& newValue, const WebURL& url, const WebString& title) { }
47 virtual void logSetter(const WebString& apiName, const v8::Handle<v8::Value>& newValue, const v8::Handle<v8::Value>& oldValue, const WebURL& url, const WebString& title) { }
48 virtual void logMethod(const WebString& apiName, int argc, const v8::Handle<v8::Value>* argv, const WebURL& url, const WebString& title) { }
/external/chromium_org/v8/src/
H A Dv8checks.h10 namespace v8 { namespace
17 } } // namespace v8::internal
23 v8::Handle<v8::Value> unexpected,
25 v8::Handle<v8::Value> value);
30 v8::Handle<v8::Value> expected,
32 v8::Handle<v8
[all...]
/external/chromium_org/chrome/test/base/
H A Dv8_unit_test.h14 #include "v8/include/v8.h"
45 // Converts the v8::TryCatch |try_catch| into a human readable string.
46 virtual std::string ExceptionToString(const v8::TryCatch& try_catch);
58 static void Log(const v8::FunctionCallbackInfo<v8::Value>& args);
63 static void Error(const v8::FunctionCallbackInfo<v8::Value>& args);
68 static void ChromeSend(const v8::FunctionCallbackInfo<v8
[all...]
/external/chromium_org/gin/
H A Dshell_runner.h25 virtual v8::Handle<v8::ObjectTemplate> GetGlobalTemplate(
27 v8::Isolate* isolate);
34 // ShellRunner executes the script/functions directly in a v8::Context.
35 // ShellRunner owns a ContextHolder and v8::Context, both of which are destroyed
39 ShellRunner(ShellRunnerDelegate* delegate, v8::Isolate* isolate);
48 virtual v8::Handle<v8::Value> Call(v8::Handle<v8
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8HTMLDocumentCustom.cpp32 #include "bindings/core/v8/V8HTMLDocument.h"
34 #include "bindings/core/v8/V8HTMLAllCollection.h"
35 #include "bindings/core/v8/V8HTMLCollection.h"
36 #include "bindings/core/v8/V8Node.h"
37 #include "bindings/core/v8/V8Window.h"
38 #include "bindings/v8/ScriptController.h"
39 #include "bindings/v8/V8Binding.h"
54 void V8HTMLDocument::openMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
61 v8
[all...]
H A DV8JavaScriptCallFrameCustom.cpp32 #include "bindings/core/v8/V8JavaScriptCallFrame.h"
34 #include "bindings/v8/V8Binding.h"
38 void V8JavaScriptCallFrame::evaluateMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
45 void V8JavaScriptCallFrame::restartMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
51 void V8JavaScriptCallFrame::scopeChainAttributeGetterCustom(const v8::PropertyCallbackInfo<v8::Value>& info)
57 void V8JavaScriptCallFrame::scopeTypeMethodCustom(const v8::FunctionCallbackInfo<v8
[all...]

Completed in 887 milliseconds

1234567891011>>