/external/v8/test/cctest/ |
test-ast.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-random.cc | 1 // Copyright 2012 the V8 project authors. All rights reserved. 29 #include "v8.h" 37 using namespace v8::internal; 39 static v8::Persistent<v8::Context> env; 66 V8::FillHeapNumberWithRandom(*value, *context); 73 if (env.IsEmpty()) env = v8::Context::New(); 75 if (!V8::UseCrankshaft()) return; 76 v8::HandleScope scope;
|
test-log.cc | 1 // Copyright 2006-2009 the V8 project authors. All rights reserved. 12 #include "v8.h" 21 using v8::internal::Address; 22 using v8::internal::EmbeddedVector; 23 using v8::internal::Logger; 24 using v8::internal::StrLength; 40 env_(v8::Context::New()) { 54 v8::Handle<v8::Context>& env() { return env_; } 80 v8::HandleScope scope_ [all...] |
test-threads.cc | 1 // Copyright 2008 the V8 project authors. All rights reserved. 28 #include "v8.h" 37 v8::Locker locker; 38 v8::V8::Initialize(); 39 v8::HandleScope scope; 40 v8::Context::Scope context_scope(v8::Context::New()); 42 v8::Locker::StartPreemption(100); 44 v8::Handle<v8::Script> script = v8::Script::Compile [all...] |
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-crbug-346636.js | 1 // Copyright 2014 the V8 project authors. All rights reserved.
|
regress-crbug-351787.js | 1 // Copyright 2014 the V8 project authors. All rights reserved.
|
regress-r3391.js | 1 // Copyright 2009 the V8 project authors. All rights reserved. 30 // vague on this point. This test is now passed by both V8 and JSC.
|
/external/chromium_org/chrome/common/ |
profiling.cc | 16 #include "v8/include/v8.h" 23 void JitCodeEventHandler(const v8::JitCodeEvent* event) { 30 case v8::JitCodeEvent::CODE_ADDED: 35 case v8::JitCodeEvent::CODE_MOVED: 131 // Establish the V8 profiling hooks if we're an instrumented binary. 137 v8::V8::SetReturnAddressLocationResolver(resolve_func); 143 // V8 profiling? 149 v8::Isolate* isolate = v8::Isolate::GetCurrent() [all...] |
/external/chromium_org/v8/test/cctest/ |
cctest.cc | 1 // Copyright 2008 the V8 project authors. All rights reserved. 28 #include <v8.h> 39 v8::Isolate* CcTest::isolate_ = NULL; 52 basename = v8::internal::StrDup(file); 54 basename = v8::internal::StrDup(basename + 1); 75 isolate_ = v8::Isolate::New(); 86 v8::Local<v8::Context> CcTest::NewContext(CcTestExtensionFlags extensions, 87 v8::Isolate* isolate) { 94 v8::ExtensionConfiguration config(extension_count, extension_names) [all...] |
/external/v8/src/ |
zone.cc | 1 // Copyright 2012 the V8 project authors. All rights reserved. 30 #include "v8.h" 33 namespace v8 { namespace 184 V8::FatalProcessOutOfMemory("Zone"); 198 V8::FatalProcessOutOfMemory("Zone"); 207 V8::FatalProcessOutOfMemory("Zone"); 216 } } // namespace v8::internal
|
v8.h | 1 // Copyright 2011 the V8 project authors. All rights reserved. 29 // Top include for all V8 .cc files. 38 // V8 only uses DEBUG and whenever it is set we are building a debug 39 // version of V8. We do not use NDEBUG and simply undef it here for 45 // V8 only uses DEBUG, but included external files 52 #include "../include/v8.h" 69 namespace v8 { namespace 74 class V8 : public AllStatic { 124 // True if V8 has ever been run 147 } } // namespace v8::interna [all...] |
/external/v8/test/mjsunit/ |
fast-element-smi-check.js | 1 // Copyright 2011 the V8 project authors. All rights reserved. 49 gc(); // Makes V8 forget about type information for test_load_set_smi. 70 gc(); // Makes V8 forget about type information for test_load_set_smi.
|
/external/chromium_org/content/renderer/ |
gin_browsertest.cc | 25 static gin::Handle<TestGinObject> Create(v8::Isolate* isolate, bool* alive) { 40 void RegisterTemplates(v8::Isolate* isolate) { 43 v8::Handle<v8::ObjectTemplate> templ = v8::ObjectTemplate::New(isolate); 73 v8::Isolate* isolate = blink::mainThreadIsolate(); 74 v8::HandleScope handle_scope(isolate); 75 v8::Context::Scope context_scope( 88 v8::V8::LowMemoryNotification() [all...] |
/external/chromium_org/gin/test/ |
file_runner.cc | 58 v8::V8::SetCaptureStackTraceForUncaughtExceptions(true); 63 v8::Handle<v8::Value> result = runner.context()->Global()->Get(
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
WorkerScriptController.h | 34 #include "bindings/v8/ScriptValue.h" 35 #include "bindings/v8/V8Binding.h" 42 #include <v8.h> 103 v8::Local<v8::Context> context() { return m_contextHolder ? m_contextHolder->context() : v8::Local<v8::Context>(); } 108 bool idleNotification() { return v8::V8::IdleNotification(); } 110 v8::Isolate* isolate() const { return m_isolateHolder->isolate(); [all...] |
V8ThrowException.cpp | 26 #include "bindings/v8/V8ThrowException.h" 29 #include "bindings/v8/V8Binding.h" 35 static void domExceptionStackGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info) 41 static void domExceptionStackSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info [all...] |
/external/chromium_org/v8/src/ |
v8.h | 1 // Copyright 2011 the V8 project authors. All rights reserved. 29 // Top include for all V8 .cc files. 38 // V8 only uses DEBUG and whenever it is set we are building a debug 39 // version of V8. We do not use NDEBUG and simply undef it here for 45 // V8 only uses DEBUG, but included external files 52 #include "../include/v8.h" 53 #include "../include/v8-platform.h" 71 namespace v8 { namespace 76 class V8 : public AllStatic { 104 static v8::ArrayBuffer::Allocator* ArrayBufferAllocator() [all...] |
snapshot-common.cc | 1 // Copyright 2006-2008 the V8 project authors. All rights reserved. 30 #include "v8.h" 37 namespace v8 { namespace 100 success = V8::Initialize(&deserializer); 112 bool success = V8::Initialize(&deserializer); 149 } } // namespace v8::internal
|
/external/llvm/unittests/Support/ |
AlignOfTest.cpp | 77 struct V8 : V5, virtual V6, V7 { double zz; virtual ~V8(); }; 88 V8::~V8() {} 134 [AlignOf<V8>::Alignment > 0]; 174 EXPECT_LE(alignOf<V1>(), alignOf<V8>()); 254 // appears to be benign: alignOf<V8>() produces a preposterous value: 12 256 EXPECT_EQ(alignOf<V8>(), alignOf<AlignedCharArrayUnion<V8> >()); 319 // benign: sizeof(V8) is only 52 bytes, but our array reserves 56 [all...] |
/external/chromium_org/v8/tools/ |
logreader.js | 1 // Copyright 2011 the V8 project authors. All rights reserved. 29 * @fileoverview Log Reader is used to process log file produced by V8. 71 * Processes a portion of V8 profiler event log. 81 * Processes a line of V8 profiler event log.
|
/external/v8/tools/ |
logreader.js | 1 // Copyright 2011 the V8 project authors. All rights reserved. 29 * @fileoverview Log Reader is used to process log file produced by V8. 71 * Processes a portion of V8 profiler event log. 81 * Processes a line of V8 profiler event log.
|
/external/chromium_org/chrome/test/chromedriver/js/ |
focus.js | 23 // - V8 throws a TypeError when calling setSelectionRange for a non-text 24 // input, which still have setSelectionRange defined. For chrome 29+, V8
|
/external/chromium_org/gin/shell/ |
gin_main.cc | 73 v8::V8::SetCaptureStackTraceForUncaughtExceptions(true);
|
/external/chromium_org/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/v8/test/mjsunit/regress/ |
regress-r3391.js | 1 // Copyright 2009 the V8 project authors. All rights reserved. 30 // vague on this point. This test is now passed by both V8 and JSC.
|