Searched refs:v8 (Results 251 - 275 of 1998) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
H A DV8TestInterfaceConstructor3.h37 #include "bindings/v8/V8Binding.h"
38 #include "bindings/v8/V8DOMWrapper.h"
39 #include "bindings/v8/WrapperTypeInfo.h"
45 static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*, WrapperWorldType);
46 static bool hasInstanceInAnyWorld(v8::Handle<v8::Value>, v8::Isolate*);
47 static v8
[all...]
H A DV8TestInterfaceEventConstructor.h38 #include "bindings/v8/V8Binding.h"
39 #include "bindings/v8/V8DOMWrapper.h"
40 #include "bindings/v8/WrapperTypeInfo.h"
47 static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*, WrapperWorldType);
48 static bool hasInstanceInAnyWorld(v8::Handle<v8::Value>, v8::Isolate*);
49 static v8
[all...]
H A DV8TestInterfaceEventTarget.h38 #include "bindings/v8/V8Binding.h"
39 #include "bindings/v8/V8DOMWrapper.h"
40 #include "bindings/v8/WrapperTypeInfo.h"
46 static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*, WrapperWorldType);
47 static bool hasInstanceInAnyWorld(v8::Handle<v8::Value>, v8::Isolate*);
48 static v8
[all...]
H A DV8TestOverloadedConstructors.h37 #include "bindings/v8/V8Binding.h"
38 #include "bindings/v8/V8DOMWrapper.h"
39 #include "bindings/v8/WrapperTypeInfo.h"
45 static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*, WrapperWorldType);
46 static bool hasInstanceInAnyWorld(v8::Handle<v8::Value>, v8::Isolate*);
47 static v8
[all...]
H A DV8TestTypedefs.h37 #include "bindings/v8/V8Binding.h"
38 #include "bindings/v8/V8DOMWrapper.h"
39 #include "bindings/v8/WrapperTypeInfo.h"
45 static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*, WrapperWorldType);
46 static bool hasInstanceInAnyWorld(v8::Handle<v8::Value>, v8::Isolate*);
47 static v8
[all...]
H A DV8SupportTestInterface.cpp40 #include "bindings/v8/ExceptionState.h"
41 #include "bindings/v8/V8DOMConfiguration.h"
77 static void supplementalStaticReadOnlyAttrAttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info)
84 static void supplementalStaticReadOnlyAttrAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
93 static void supplementalStaticAttrAttributeGetter(const v8::PropertyCallbackInfo<v8
[all...]
H A DV8TestException.h37 #include "bindings/v8/V8Binding.h"
38 #include "bindings/v8/V8DOMWrapper.h"
39 #include "bindings/v8/WrapperTypeInfo.h"
45 static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*, WrapperWorldType);
46 static bool hasInstanceInAnyWorld(v8::Handle<v8::Value>, v8::Isolate*);
47 static v8
[all...]
H A DV8TestInterfaceCheckSecurity.h37 #include "bindings/v8/V8Binding.h"
38 #include "bindings/v8/V8DOMWrapper.h"
39 #include "bindings/v8/WrapperTypeInfo.h"
45 static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*, WrapperWorldType);
46 static bool hasInstanceInAnyWorld(v8::Handle<v8::Value>, v8::Isolate*);
47 static v8
[all...]
H A DV8TestInterfaceDoNotCheckConstants.h37 #include "bindings/v8/V8Binding.h"
38 #include "bindings/v8/V8DOMWrapper.h"
39 #include "bindings/v8/WrapperTypeInfo.h"
45 static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*, WrapperWorldType);
46 static bool hasInstanceInAnyWorld(v8::Handle<v8::Value>, v8::Isolate*);
47 static v8
[all...]
H A DV8TestInterfaceEmpty.h37 #include "bindings/v8/V8Binding.h"
38 #include "bindings/v8/V8DOMWrapper.h"
39 #include "bindings/v8/WrapperTypeInfo.h"
45 static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*, WrapperWorldType);
46 static bool hasInstanceInAnyWorld(v8::Handle<v8::Value>, v8::Isolate*);
47 static v8
[all...]
H A DV8TestInterfaceImplementedAs.h37 #include "bindings/v8/V8Binding.h"
38 #include "bindings/v8/V8DOMWrapper.h"
39 #include "bindings/v8/WrapperTypeInfo.h"
45 static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*, WrapperWorldType);
46 static bool hasInstanceInAnyWorld(v8::Handle<v8::Value>, v8::Isolate*);
47 static v8
[all...]
H A DV8TestOverloadedConstructors.cpp38 #include "bindings/v8/ExceptionState.h"
39 #include "bindings/v8/V8DOMConfiguration.h"
40 #include "bindings/v8/V8ObjectConstructor.h"
41 #include "bindings/v8/custom/V8ArrayBufferCustom.h"
42 #include "bindings/v8/custom/V8ArrayBufferViewCustom.h"
75 static void constructor1(const v8::FunctionCallbackInfo<v8::Value>& info)
77 V8TRYCATCH_VOID(ArrayBuffer*, arrayBuffer, info[0]->IsArrayBuffer() ? V8ArrayBuffer::toNative(v8::Handle<v8::ArrayBuffer>::Cast(info[0])) : 0);
79 v8
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptProfiler.cpp32 #include "bindings/v8/ScriptProfiler.h"
36 #include "bindings/v8/RetainedDOMInfo.h"
37 #include "bindings/v8/ScriptObject.h"
38 #include "bindings/v8/V8Binding.h"
39 #include "bindings/v8/V8DOMWrapper.h"
40 #include "bindings/v8/WrapperTypeInfo.h"
44 #include <v8-profiler.h>
45 #include <v8.h>
55 v8::Isolate* isolate = v8
[all...]
H A DScriptObject.cpp32 #include "bindings/v8/ScriptObject.h"
34 #include "bindings/v8/ScriptScope.h"
35 #include "bindings/v8/ScriptState.h"
39 #include <v8.h>
43 ScriptObject::ScriptObject(ScriptState* scriptState, v8::Handle<v8::Object> v8Object)
55 v8::Handle<v8::Object> ScriptObject::v8Object() const
58 return v8::Handle<v8
[all...]
H A DV8HiddenPropertyName.h34 #include <v8.h>
68 #define V8_DECLARE_PROPERTY(name) static v8::Handle<v8::String> name(v8::Isolate*);
72 static void setNamedHiddenReference(v8::Handle<v8::Object> parent, const char* name, v8::Handle<v8::Value> child);
75 static void createString(const char* key, v8::Persistent<v8
[all...]
H A DWrapperTypeInfo.h36 #include <v8.h>
60 typedef v8::Handle<v8::FunctionTemplate> (*DomTemplateFunction)(v8::Isolate*, WrapperWorldType);
62 typedef ActiveDOMObject* (*ToActiveDOMObjectFunction)(v8::Handle<v8::Object>);
63 typedef EventTarget* (*ToEventTargetFunction)(v8::Handle<v8::Object>);
64 typedef void (*ResolveWrapperReachabilityFunction)(void*, const v8::Persistent<v8
[all...]
/external/chromium_org/gin/
H A Dhandle.h21 Handle(v8::Handle<v8::Value> wrapper, T* object)
34 v8::Handle<v8::Value> ToV8() const { return wrapper_; }
38 v8::Handle<v8::Value> wrapper_;
44 static v8::Handle<v8::Value> ToV8(v8::Isolate* isolate,
48 static bool FromV8(v8
[all...]
H A Drunner.cc11 using v8::Context;
12 using v8::HandleScope;
13 using v8::Isolate;
14 using v8::Object;
15 using v8::ObjectTemplate;
16 using v8::Script;
26 v8::Handle<ObjectTemplate> RunnerDelegate::GetGlobalTemplate(Runner* runner) {
27 return v8::Handle<ObjectTemplate>();
46 v8::Isolate::Scope isolate_scope(isolate);
48 v8
[all...]
/external/chromium_org/chrome/renderer/extensions/
H A Dlogging_native_handler.cc29 const v8::FunctionCallbackInfo<v8::Value>& args) {
37 const v8::FunctionCallbackInfo<v8::Value>& args) {
45 const v8::FunctionCallbackInfo<v8::Value>& args) {
50 const v8::FunctionCallbackInfo<v8::Value>& args) {
52 LOG(INFO) << *v8::String::Utf8Value(args[0]);
56 const v8
[all...]
H A Dcss_native_handler.h22 const v8::FunctionCallbackInfo<v8::Value>& args);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8WindowCustom.cpp36 #include "bindings/v8/BindingSecurity.h"
37 #include "bindings/v8/ExceptionMessages.h"
38 #include "bindings/v8/ExceptionState.h"
39 #include "bindings/v8/ScheduledAction.h"
40 #include "bindings/v8/ScriptController.h"
41 #include "bindings/v8/ScriptSourceCode.h"
42 #include "bindings/v8/SerializedScriptValue.h"
43 #include "bindings/v8/V8Binding.h"
44 #include "bindings/v8/V8EventListener.h"
45 #include "bindings/v8/V8EventListenerLis
[all...]
H A DV8ArrayBufferCustom.h29 #include "bindings/v8/V8Binding.h"
30 #include "bindings/v8/V8DOMWrapper.h"
31 #include "bindings/v8/WrapperTypeInfo.h"
33 #include <v8.h>
41 v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(-static_cast<int>(sizeInBytes));
48 v8::Isolate::GetCurrent()->AdjustAmountOfExternalAllocatedMemory(static_cast<int>(sizeInBytes));
54 static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*, WrapperWorldType);
55 static bool hasInstanceInAnyWorld(v8
[all...]
/external/v8/src/extensions/
H A Dexternalize-string-extension.cc30 namespace v8 { namespace
53 typedef SimpleStringResource<char, v8::String::ExternalAsciiStringResource>
55 typedef SimpleStringResource<uc16, v8::String::ExternalStringResource>
64 v8::Handle<v8::FunctionTemplate> ExternalizeStringExtension::GetNativeFunction(
65 v8::Handle<v8::String> str) {
66 if (strcmp(*v8::String::AsciiValue(str), "externalizeString") == 0) {
67 return v8::FunctionTemplate::New(ExternalizeStringExtension::Externalize);
69 ASSERT(strcmp(*v8
[all...]
/external/chromium/net/proxy/
H A Dproxy_resolver_v8.cc25 #include "v8/include/v8.h"
88 : public v8::String::ExternalStringResource {
108 class V8ExternalASCIILiteral : public v8::String::ExternalAsciiStringResource {
131 // When creating a v8::String from a C++ string we have two choices: create
139 std::string V8StringToUTF8(v8::Handle<v8::String> s) {
146 string16 V8StringToUTF16(v8::Handle<v8::String> s) {
156 v8
[all...]
/external/v8/test/cctest/
H A Dtest-accessors.cc30 #include "v8.h"
37 using ::v8::ObjectTemplate;
38 using ::v8::Value;
39 using ::v8::Context;
40 using ::v8::Local;
41 using ::v8::String;
42 using ::v8::Script;
43 using ::v8::Function;
44 using ::v8::AccessorInfo;
45 using ::v8
[all...]

Completed in 1300 milliseconds

<<11121314151617181920>>