Searched refs:v8 (Results 276 - 300 of 1998) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/renderer/extensions/
H A Dobject_backed_native_handler.h16 #include "v8/include/v8.h"
31 virtual v8::Handle<v8::Object> NewInstance() OVERRIDE;
34 typedef base::Callback<void(const v8::FunctionCallbackInfo<v8::Value>&)>
50 static void Router(const v8::FunctionCallbackInfo<v8::Value>& args);
52 // When RouteFunction is called we create a v8::Object to hold the data we
56 // We need a v8
[all...]
/external/chromium_org/chrome/renderer/
H A Dexternal_extension.cc15 #include "v8/include/v8.h"
36 const char* const kExternalExtensionName = "v8/External";
38 class ExternalExtensionWrapper : public v8::Extension {
42 // Allows v8's javascript code to call the native functions defined
44 virtual v8::Handle<v8::FunctionTemplate> GetNativeFunctionTemplate(
45 v8::Isolate* isolate,
46 v8::Handle<v8
[all...]
H A Dresource_bundle_source_map.cc22 v8::Handle<v8::Value> ResourceBundleSourceMap::GetSource(
23 v8::Isolate* isolate,
26 return v8::Undefined(isolate);
36 v8::Handle<v8::String> ResourceBundleSourceMap::ConvertString(
37 v8::Isolate* isolate,
39 // v8 takes ownership of the StaticV8ExternalAsciiStringResource (see
40 // v8::String::NewExternal()).
41 return v8
[all...]
H A Dnet_benchmarking_extension.h14 static v8::Extension* Get();
/external/chromium_org/content/renderer/pepper/
H A Dv8_var_converter.h15 #include "v8/include/v8.h"
35 // Converts the given PP_Var to a v8::Value. True is returned upon success.
37 v8::Handle<v8::Context> context,
38 v8::Handle<v8::Value>* result);
40 // Converts the given v8::Value to a PP_Var. Every PP_Var in the reference
48 v8::Handle<v8
[all...]
/external/chromium_org/content/renderer/
H A Dskia_benchmarking_extension.h8 namespace v8 { namespace
17 static v8::Extension* Get();
H A Dweb_ui_extension.h10 namespace v8 { namespace
18 // Returns the v8::Extension object handling WebUI bindings. Caller takes
20 static v8::Extension* Get();
H A Dmemory_benchmarking_extension.h8 #include "v8/include/v8.h"
14 static v8::Extension* Get();
/external/chromium_org/gin/
H A Dper_context_data.h12 #include "v8/include/v8.h"
25 // Detach will be called before ContextHolder disposes the v8::Context.
27 virtual void Detach(v8::Handle<v8::Context> context) = 0;
33 // There is one instance of PerContextData per v8::Context managed by Gin. This
37 explicit PerContextData(v8::Handle<v8::Context> context);
41 static PerContextData* From(v8::Handle<v8
[all...]
/external/chromium_org/gin/public/
H A Dwrapper_info.h10 #include "v8/include/v8.h"
26 static WrapperInfo* From(v8::Handle<v8::Object> object);
H A Disolate_holder.h12 namespace v8 { namespace
21 // v8::Isolate in which you will execute JavaScript. You might wish to subclass
26 // parameters, otherwise, the gin-embedder needs to create v8::Isolates and
33 explicit IsolateHolder(v8::Isolate* isolate);
37 v8::Isolate* isolate() { return isolate_; }
43 v8::Isolate* isolate_;
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
H A DV8TestException.cpp37 #include "bindings/v8/ExceptionState.h"
38 #include "bindings/v8/V8DOMConfiguration.h"
71 static void nameAttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info)
77 static void nameAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
87 {"name", TestExceptionV8Internal::nameAttributeGetterCallback, 0, 0, 0, 0, static_cast<v8::AccessControl>(v8
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DRetainedObjectInfo.h34 #include <v8-profiler.h>
38 class RetainedObjectInfo : public v8::RetainedObjectInfo {
H A DScriptPreprocessor.cpp32 #include "bindings/v8/ScriptPreprocessor.h"
34 #include "bindings/v8/ScriptController.h"
35 #include "bindings/v8/ScriptSourceCode.h"
36 #include "bindings/v8/ScriptValue.h"
37 #include "bindings/v8/V8ScriptRunner.h"
46 v8::TryCatch tryCatch;
65 v8::Local<v8::Context> context = m_world->context(controller);
69 m_preprocessorFunction.set(m_isolate, v8::Handle<v8
[all...]
H A DV8PerIsolateData.cpp27 #include "bindings/v8/V8PerIsolateData.h"
29 #include "bindings/v8/DOMDataStore.h"
30 #include "bindings/v8/ScriptGCEvent.h"
31 #include "bindings/v8/ScriptProfiler.h"
32 #include "bindings/v8/V8Binding.h"
33 #include "bindings/v8/V8HiddenPropertyName.h"
34 #include "bindings/v8/V8ObjectConstructor.h"
35 #include "bindings/v8/V8ScriptRunner.h"
39 V8PerIsolateData::V8PerIsolateData(v8::Isolate* isolate)
58 V8PerIsolateData* V8PerIsolateData::create(v8
[all...]
/external/chromium_org/v8/src/third_party/vtune/
H A Dvtune-jit.h62 #include "../../../include/v8.h"
68 using namespace v8;
71 static void event_handler(const v8::JitCodeEvent* event);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8HTMLAllCollectionCustom.cpp36 #include "bindings/v8/V8Binding.h"
44 static v8::Handle<v8::Value> getNamedItems(HTMLAllCollection* collection, AtomicString name, const CallbackInfo& info)
61 static v8::Handle<v8::Value> getItem(HTMLAllCollection* collection, v8::Handle<v8::Value> argument, const CallbackInfo& info)
63 v8::Local<v8::Uint32> index = argument->ToArrayIndex();
65 V8TRYCATCH_FOR_V8STRINGRESOURCE_RETURN(V8StringResource<>, name, argument, v8
[all...]
H A DV8FileReaderCustom.cpp34 #include "bindings/v8/V8Binding.h"
35 #include "bindings/v8/custom/V8ArrayBufferCustom.h"
40 void V8FileReader::resultAttributeGetterCustom(const v8::PropertyCallbackInfo<v8::Value>& info)
42 v8::Handle<v8::Object> holder = info.Holder();
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc15 #include <include/v8.h>
99 : public v8::String::ExternalStringResource {
119 class V8ExternalASCIILiteral : public v8::String::ExternalAsciiStringResource {
140 // When creating a v8::String from a C++ string we have two choices: create
156 std::string V8StringToUTF8(v8::Handle<v8::String> s) {
163 android::String16 V8StringToUTF16(v8::Handle<v8::String> s) {
178 v8::Local<v8
[all...]
/external/chromium_org/v8/tools/gyp/
H A Dv8_base.arm.target.darwin-arm.mk28 v8/src/accessors.cc \
29 v8/src/allocation.cc \
30 v8/src/allocation-site-scopes.cc \
31 v8/src/allocation-tracker.cc \
32 v8/src/api.cc \
33 v8/src/arguments.cc \
34 v8/src/assembler.cc \
35 v8/src/ast.cc \
36 v8/src/atomicops_internals_x86_gcc.cc \
37 v8/sr
[all...]
H A Dv8_base.arm.target.linux-arm.mk28 v8/src/accessors.cc \
29 v8/src/allocation.cc \
30 v8/src/allocation-site-scopes.cc \
31 v8/src/allocation-tracker.cc \
32 v8/src/api.cc \
33 v8/src/arguments.cc \
34 v8/src/assembler.cc \
35 v8/src/ast.cc \
36 v8/src/atomicops_internals_x86_gcc.cc \
37 v8/sr
[all...]
H A Dv8_base.mipsel.target.darwin-mips.mk28 v8/src/accessors.cc \
29 v8/src/allocation.cc \
30 v8/src/allocation-site-scopes.cc \
31 v8/src/allocation-tracker.cc \
32 v8/src/api.cc \
33 v8/src/arguments.cc \
34 v8/src/assembler.cc \
35 v8/src/ast.cc \
36 v8/src/atomicops_internals_x86_gcc.cc \
37 v8/sr
[all...]
H A Dv8_base.mipsel.target.linux-mips.mk28 v8/src/accessors.cc \
29 v8/src/allocation.cc \
30 v8/src/allocation-site-scopes.cc \
31 v8/src/allocation-tracker.cc \
32 v8/src/api.cc \
33 v8/src/arguments.cc \
34 v8/src/assembler.cc \
35 v8/src/ast.cc \
36 v8/src/atomicops_internals_x86_gcc.cc \
37 v8/sr
[all...]
/external/chromium_org/v8/src/
H A Dstrtod.h31 namespace v8 { namespace
38 } } // namespace v8::internal
/external/chromium_org/v8/test/cctest/
H A Dtest-cpu-ia32.cc28 #include "v8.h"
33 using namespace v8::internal;

Completed in 442 milliseconds

<<11121314151617181920>>