HomeSort by relevance Sort by last modified time
    Searched refs:V8 (Results 51 - 75 of 2878) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/v8/test/mozilla/
mozilla-shell-emulation.js 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
29 // necessary to run the tests in V8.
  /external/chromium_org/v8/src/third_party/vtune/
vtune-jit.cc 79 #include "v8-vtune.h"
180 void VTUNEJITInterface::event_handler(const v8::JitCodeEvent* event) {
183 case v8::JitCodeEvent::CODE_ADDED: {
242 case v8::JitCodeEvent::CODE_MOVED:
245 case v8::JitCodeEvent::CODE_REMOVED:
247 case v8::JitCodeEvent::CODE_ADD_LINE_POS_INFO: {
256 case v8::JitCodeEvent::CODE_START_LINE_INFO_RECORDING: {
257 v8::JitCodeEvent* temp_event = const_cast<v8::JitCodeEvent*>(event);
261 case v8::JitCodeEvent::CODE_END_LINE_INFO_RECORDING:
    [all...]
  /external/chromium_org/v8/tools/
lexer-shell.cc 1 // Copyright 2013 the V8 project authors. All rights reserved.
35 #include "v8.h"
49 using namespace v8::internal;
220 v8::V8::InitializeICU();
221 v8::V8::SetFlagsFromCommandLine(&argc, argv, true);
245 v8::Isolate* isolate = v8::Isolate::GetCurrent();
247 v8::HandleScope handle_scope(isolate)
    [all...]
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 344 __declspec(property(get=GetV)) int V8; // no-warning
355 sp.V8;
356 sp.V8 = 0; // expected-error {{no setter defined for property 'V8'}}
  /external/v8/test/cctest/
test-regexp.cc 1 // Copyright 2008 the V8 project authors. All rights reserved.
31 #include "v8.h"
69 using namespace v8::internal;
73 V8::Initialize(NULL);
74 v8::HandleScope scope;
78 return v8::internal::RegExpParser::ParseRegExp(&reader, false, &result);
83 V8::Initialize(NULL);
84 v8::HandleScope scope;
88 CHECK(v8::internal::RegExpParser::ParseRegExp(&reader, false, &result));
96 V8::Initialize(NULL)
    [all...]
test-deoptimization.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
30 #include "v8.h"
41 using ::v8::internal::Deoptimizer;
42 using ::v8::internal::EmbeddedVector;
43 using ::v8::internal::Handle;
44 using ::v8::internal::Isolate;
45 using ::v8::internal::JSFunction;
46 using ::v8::internal::OS;
47 using ::v8::internal::Object;
107 static Handle<JSFunction> GetJSFunction(v8::Handle<v8::Object> obj
    [all...]
test-serialize.cc 1 // Copyright 2007-2010 the V8 project authors. All rights reserved.
31 #include "v8.h"
45 using namespace v8::internal;
104 v8::V8::Initialize();
109 CHECK_EQ(make_code(v8::internal::RUNTIME_FUNCTION, Runtime::kAbort),
141 v8::V8::Initialize();
147 decoder.Decode(make_code(v8::internal::RUNTIME_FUNCTION,
245 v8::Persistent<v8::Context> env = v8::Context::New()
    [all...]
cctest.cc 1 // Copyright 2008 the V8 project authors. All rights reserved.
28 #include <v8.h>
45 basename = v8::internal::StrDup(file);
47 basename = v8::internal::StrDup(basename + 1);
73 v8::internal::FlagList::SetFlagsFromCommandLine(&argc, argv, true);
83 char* arg_copy = v8::internal::StrDup(arg);
116 v8::internal::DeleteArray<char>(arg_copy);
121 v8::V8::Dispose();
test-dataflow.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
30 #include "v8.h"
35 using namespace v8::internal;
38 v8::internal::V8::Initialize(NULL);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8GCController.cpp 32 #include "bindings/v8/V8GCController.h"
38 #include "bindings/v8/RetainedDOMInfo.h"
39 #include "bindings/v8/V8AbstractEventListener.h"
40 #include "bindings/v8/V8Binding.h"
41 #include "bindings/v8/WrapperTypeInfo.h"
55 static void addReferencesForNodeWithEventListeners(v8::Isolate* isolate, Node* node, const v8::Persistent<v8::Object>& wrapper)
67 // FIXME: update this to use the upcasting function which v8 will provide.
68 v8::Persistent<v8::Value>* value = reinterpret_cast<v8::Persistent<v8::Value>*>(&(v8listener->existin (…)
    [all...]
  /external/chromium_org/v8/samples/
shell.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
28 #include <v8.h>
41 * based on V8. This includes initializing V8 with command line options,
48 v8::Handle<v8::Context> CreateShellContext(v8::Isolate* isolate);
49 void RunShell(v8::Handle<v8::Context> context);
50 int RunMain(v8::Isolate* isolate, int argc, char* argv[])
    [all...]
  /external/chromium_org/v8/test/cctest/
test-regexp.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
31 #include "v8.h"
69 using namespace v8::internal;
73 V8::Initialize(NULL);
74 v8::HandleScope scope(CcTest::isolate());
78 return v8::internal::RegExpParser::ParseRegExp(
84 V8::Initialize(NULL);
85 v8::HandleScope scope(CcTest::isolate());
89 CHECK(v8::internal::RegExpParser::ParseRegExp(
99 V8::Initialize(NULL)
    [all...]
test-serialize.cc 1 // Copyright 2007-2010 the V8 project authors. All rights reserved.
32 #include "v8.h"
46 using namespace v8::internal;
105 v8::V8::Initialize();
110 CHECK_EQ(make_code(v8::internal::RUNTIME_FUNCTION, Runtime::kAbort),
142 v8::V8::Initialize();
148 decoder.Decode(make_code(v8::internal::RUNTIME_FUNCTION,
254 v8::Isolate* isolate = CcTest::isolate()
    [all...]
test-dataflow.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
30 #include "v8.h"
35 using namespace v8::internal;
38 v8::internal::V8::Initialize(NULL);
test-weaktypedarrays.cc 1 // Copyright 2013 the V8 project authors. All rights reserved.
30 #include "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())
    [all...]
  /external/chromium_org/v8/tools/profviz/
composer.js 1 // Copyright 2013 the V8 project authors. All rights reserved.
96 'V8.Execute':
98 'V8.External':
100 'V8.CompileFullCode':
102 'V8.RecompileSynchronous':
104 'V8.RecompileConcurrent':
106 'V8.CompileEval':
108 'V8.Parse':
110 'V8.PreParse':
112 'V8.ParseLazy'
    [all...]
  /external/chromium_org/v8/src/
d8.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
52 #include "../include/v8-testing.h"
56 #include "third_party/vtune/v8-vtune.h"
69 #include "v8.h"
80 namespace v8 { namespace
183 // Converts a V8 value to a C string.
184 const char* Shell::ToCString(const v8::String::Utf8Value& value) {
189 // Executes a string within the current v8 context.
236 v8::String::Utf8Value str(result);
242 v8::TryCatch try_catch
    [all...]
mksnapshot.cc 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
35 #include "v8.h"
44 using namespace v8;
101 fprintf(fp_, "#include \"v8.h\"\n");
104 fprintf(fp_, "namespace v8 {\nnamespace internal {\n\n");
121 fprintf(fp_, "} } // namespace v8::internal\n");
239 V8::GetCompressedStartupDataAlgorithm());
269 V8::InitializeICU();
293 Isolate* isolate = v8::Isolate::New();
310 V8::SetCaptureStackTraceForUncaughtExceptions(true, 100)
    [all...]
  /external/chromium_org/v8/test/mjsunit/
string-split.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
93 * V8: a,,b
105 * V8: a,b
110 // For issue http://code.google.com/p/v8/issues/detail?id=924
119 // Issue http://code.google.com/p/v8/issues/detail?id=929
unicodelctest-no-optimization.js 1 // Copyright 2012 the V8 project authors. All rights reserved.
130 // Test data generated with V8 version 3.7.
    [all...]
unicodelctest.js 1 // Copyright 2012 the V8 project authors. All rights reserved.
128 // Test data generated with V8 version 3.7.
    [all...]
top-level-assignments.js 1 // Copyright 2009 the V8 project authors. All rights reserved.
29 // break V8.
  /external/v8/test/mjsunit/
string-split.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
76 * V8: a,,b
88 * V8: a,b
93 // For issue http://code.google.com/p/v8/issues/detail?id=924
102 // Issue http://code.google.com/p/v8/issues/detail?id=929
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
do-webcore-rename 238 $newContents =~ s/\b(JS|V8|to|)$from/$1$renames{$from}/g;
  /external/v8/samples/
shell.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
28 #include <v8.h>
41 * based on V8. This includes initializing V8 with command line options,
48 v8::Persistent<v8::Context> CreateShellContext();
49 void RunShell(v8::Handle<v8::Context> context);
51 bool ExecuteString(v8::Handle<v8::String> source
    [all...]

Completed in 285 milliseconds

1 23 4 5 6 7 8 91011>>