HomeSort by relevance Sort by last modified time
    Searched defs:v8 (Results 1 - 25 of 1054) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/src/
d8-windows.cc 1 // Copyright 2009 the V8 project authors. All rights reserved.
35 namespace v8 { namespace
42 } // namespace v8
string-search.cc 1 // Copyright 2010 the V8 project authors. All rights reserved.
28 #include "v8.h"
31 namespace v8 { namespace
41 }} // namespace v8::internal
disassembler.h 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
33 namespace v8 { namespace
56 } } // namespace v8::internal
fixed-dtoa.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
31 namespace v8 { namespace
53 } } // namespace v8::internal
hydrogen-canonicalize.h 1 // Copyright 2013 the V8 project authors. All rights reserved.
33 namespace v8 { namespace
49 } } // namespace v8::internal
hydrogen-dehoist.h 1 // Copyright 2013 the V8 project authors. All rights reserved.
33 namespace v8 { namespace
49 } } // namespace v8::internal
hydrogen-load-elimination.h 1 // Copyright 2013 the V8 project authors. All rights reserved.
33 namespace v8 { namespace
48 } } // namespace v8::internal
  /external/v8/src/
d8-windows.cc 1 // Copyright 2009 the V8 project authors. All rights reserved.
35 namespace v8 { namespace
42 } // namespace v8
string-search.cc 1 // Copyright 2010 the V8 project authors. All rights reserved.
28 #include "v8.h"
31 namespace v8 { namespace
41 }} // namespace v8::internal
  /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();
  /external/chromium_org/content/renderer/gpu/
gpu_benchmarking_extension.h 8 namespace v8 { namespace
14 // V8 extension for gpu benchmarking
17 static v8::Extension* Get();
  /external/chromium_org/content/renderer/
skia_benchmarking_extension.h 8 namespace v8 { namespace
14 // V8 extension for Skia benchmarking
17 static v8::Extension* Get();
web_ui_extension.h 10 namespace v8 { namespace
18 // Returns the v8::Extension object handling WebUI bindings. Caller takes
20 static v8::Extension* Get();
  /external/chromium_org/content/shell/renderer/
gc_extension.h 8 namespace v8 { namespace
14 // GCExtension is a v8 extension to expose a method into JS for triggering
18 static v8::Extension* Get();
  /external/chromium_org/third_party/WebKit/Source/core/testing/v8/
WebCoreTestSupport.h 29 namespace v8 { namespace
41 void injectInternalsObject(v8::Local<v8::Context>);
42 void resetInternalsObject(v8::Local<v8::Context>);
  /external/chromium_org/third_party/WebKit/public/web/
WebKit.h 36 namespace v8 { namespace
51 // This is a special variant of initialize that does not intitialize V8.
54 // Get the V8 Isolate for the main thread.
56 BLINK_EXPORT v8::Isolate* mainThreadIsolate();
WebScriptBindings.h 36 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::String>)
    [all...]
WebScriptController.h 36 namespace v8 { namespace
44 // Registers a v8 extension to be available on webpages. Will only affect
45 // v8 contexts initialized after this call. Takes ownership of the
46 // v8::Extension object passed.
47 BLINK_EXPORT static void registerExtension(v8::Extension*);
49 // Enables special settings which are only applicable if V8 is executed
  /external/chromium_org/v8/src/arm/
frames-arm.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
28 #include "v8.h"
39 namespace v8 { namespace
43 Register JavaScriptFrame::fp_register() { return v8::internal::fp; }
47 Register StubFailureTrampolineFrame::fp_register() { return v8::internal::fp; }
51 } } // namespace v8::internal
  /external/chromium_org/v8/src/extensions/
free-buffer-extension.h 1 // Copyright 2013 the V8 project authors. All rights reserved.
31 #include "v8.h"
33 namespace v8 { namespace
36 class FreeBufferExtension : public v8::Extension {
39 : v8::Extension("v8/free-buffer", source) {}
40 virtual v8::Handle<v8::FunctionTemplate> GetNativeFunctionTemplate(
41 v8::Isolate* isolate,
42 v8::Handle<v8::String> name)
    [all...]
gc-extension.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
31 #include "v8.h"
33 namespace v8 { namespace
36 class GCExtension : public v8::Extension {
38 explicit GCExtension(const char* source) : v8::Extension("v8/gc", source) {}
39 virtual v8::Handle<v8::FunctionTemplate> GetNativeFunctionTemplate(
40 v8::Isolate* isolate,
41 v8::Handle<v8::String> name)
    [all...]

Completed in 812 milliseconds

1 2 3 4 5 6 7 8 91011>>