/external/v8/src/mips/ |
lithium-gap-resolver-mips.h | 1 // Copyright 2011 the V8 project authors. All rights reserved. 31 #include "v8.h" 35 namespace v8 { namespace 81 } } // namespace v8::internal
|
/external/v8/src/ |
natives.h | 1 // Copyright 2011 the V8 project authors. All rights reserved. 31 namespace v8 { namespace 65 } } // namespace v8::internal
|
once.cc | 1 // Copyright 2012 the V8 project authors. All rights reserved. 39 namespace v8 { namespace 77 } } // namespace v8::internal
|
snapshot-empty.cc | 1 // Copyright 2006-2008 the V8 project authors. All rights reserved. 30 #include "v8.h" 34 namespace v8 { namespace 54 } } // namespace v8::internal
|
unbound-queue.h | 1 // Copyright 2010 the V8 project authors. All rights reserved. 33 namespace v8 { namespace 67 } } // namespace v8::internal
|
version.h | 1 // Copyright 2009 the V8 project authors. All rights reserved. 31 namespace v8 { namespace 43 // Calculate the V8 version string. 46 // Calculate the SONAME for the V8 shared library. 66 } } // namespace v8::internal
|
allocation.cc | 1 // Copyright 2012 the V8 project authors. All rights reserved. 35 namespace v8 { namespace 41 v8::internal::FatalProcessOutOfMemory("Malloced operator new"); 53 v8::internal::FatalProcessOutOfMemory("Out of memory"); 123 } } // namespace v8::internal
|
api.cc | 1 // Copyright 2012 the V8 project authors. All rights reserved. 32 #include "../include/v8-debug.h" 33 #include "../include/v8-profiler.h" 34 #include "../include/v8-testing.h" 70 namespace v8 { namespace 95 i::V8::FatalProcessOutOfMemory(NULL); \ 108 isolate, value, i::V8::FireCallCompletedCallback(isolate);) 117 if (v8::Locker::IsActive()) { \ 120 "Entering the V8 API without proper locking in place"); \ 145 i::V8::FatalProcessOutOfMemory(location, false) [all...] |
char-predicates.h | 1 // Copyright 2011 the V8 project authors. All rights reserved. 33 namespace v8 { namespace 67 } } // namespace v8::internal
|
/external/v8/test/cctest/ |
test-platform-win32.cc | 1 // Copyright 2006-2008 the V8 project authors. All rights reserved. 7 #include "v8.h" 12 using namespace ::v8::internal;
|
test-parsing.cc | 1 // Copyright 2012 the V8 project authors. All rights reserved. 32 #include "v8.h" 109 v8::V8::Initialize(); 146 v8::ScriptData* data = 147 v8::ScriptData::PreCompile(tests[i], i::StrLength(tests[i])); 153 v8::ScriptData* data = 154 v8::ScriptData::PreCompile(fail_tests[i], i::StrLength(fail_tests[i])); 161 class ScriptResource : public v8::String::ExternalAsciiStringResource { 176 v8::HandleScope handles [all...] |
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-assembler-ia32.cc | 1 // Copyright 2011 the V8 project authors. All rights reserved. 30 #include "v8.h" 39 using namespace v8::internal; 47 static v8::Persistent<v8::Context> env; 52 env = v8::Context::New(); 61 v8::HandleScope scope; 63 v8::internal::byte buffer[256]; 89 v8::HandleScope scope; 91 v8::internal::byte buffer[256] [all...] |
/external/webkit/LayoutTests/fast/js/resources/ |
codegen-temporaries-multiple-global-blocks-2.js | 39 var v8 = o8; variable 40 v8["a"] += assign8();
|
/external/webkit/Source/WebKit/chromium/src/ |
DebuggerAgentManager.h | 36 #include <v8-debug.h> 54 // There is single v8 instance per render process. Also there may be several 56 // to the v8 debugger. This class coordinates communication between the debug 57 // agents and v8 debugger. It will set debug output handler as long as at least 62 // v8 may send a message(e.g. exception event) after which it 65 // itself, otherwise v8 may hang waiting for the action. 89 static void onV8DebugMessage(const v8::Debug::Message& message); 91 v8::Debug::ClientData* data);
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
DumpRenderTree.cpp | 35 #include <v8/include/v8-testing.h> 36 #include <v8/include/v8.h> 104 v8::V8::SetFlagsFromString(shell.javaScriptFlags().c_str(), shell.javaScriptFlags().length()); 107 v8::Testing::SetStressRunType(v8::Testing::kStressTypeOpt); 109 v8::Testing::SetStressRunType(v8::Testing::kStressTypeDeopt) [all...] |
/external/webkit/Source/WebCore/bindings/v8/ |
V8DOMMap.cpp | 95 v8::HandleScope scope; 117 v8::HandleScope scope; 132 v8::HandleScope scope; 147 v8::HandleScope scope; 164 v8::HandleScope scope;
|
/external/webkit/Tools/Scripts/ |
sunspider-compare-results | 44 my $v8 = 0; 54 --v8-suite Use the V8 benchmark suite. Same as --suite=v8-v4 61 'v8' => \$v8, 128 push @args, "--v8" if $v8;
|
/external/webkit/Source/WebKit/chromium/public/ |
WebFrame.h | 42 namespace v8 { namespace 107 WEBKIT_API static WebFrame* frameForContext(v8::Handle<v8::Context>); 245 // v8 extensions are loaded into the new context - see 260 virtual v8::Handle<v8::Value> executeScriptAndReturnValue( 263 // Returns the V8 context for this frame, or an empty handle if there 265 virtual v8::Local<v8::Context> mainWorldScriptContext() const = 0; 268 virtual v8::Handle<v8::Value> createFileSystem(WebFileSystem::Type [all...] |
/external/v8/src/arm/ |
simulator-arm.h | 1 // Copyright 2011 the V8 project authors. All rights reserved. 32 // V8 calls into generated code by "calling" the CALL_GENERATED_CODE macro, 44 namespace v8 { namespace 69 class SimulatorStack : public v8::internal::AllStatic { 71 static inline uintptr_t JsLimitFromCLimit(v8::internal::Isolate* isolate, 84 } } // namespace v8::internal 93 namespace v8 { namespace 153 static Simulator* current(v8::internal::Isolate* isolate); 186 // V8 generally calls into generated JS code with 5 parameters and into 202 static void FlushICache(v8::internal::HashMap* i_cache, void* start [all...] |
/hardware/ril/mock-ril/src/cpp/ |
responses.cpp | 19 #include <v8.h> 381 v8::Handle<v8::Value> SendRilRequestComplete(const v8::Arguments& args) { 383 v8::HandleScope handle_scope; 384 v8::Handle<v8::Value> retValue; 401 return v8::Undefined(); 403 v8::Handle<v8::Value> v8RilErrCode [all...] |
protobuf_v8.cpp | 59 using v8::Array; 60 using v8::AccessorInfo; 61 using v8::Arguments; 62 using v8::Boolean; 63 using v8::Context; 64 using v8::External; 65 using v8::Function; 66 using v8::FunctionTemplate; 67 using v8::Integer; 68 using v8::Handle [all...] |
/external/srtp/crypto/math/ |
datatypes.c | 200 bit_string[j++] = nibble_to_hex_char(x->v8[i] >> 4); 201 bit_string[j++] = nibble_to_hex_char(x->v8[i] & 0xF); 233 x->v8[0] = s[0]; 234 x->v8[1] = s[1]; 235 x->v8[2] = s[2]; 236 x->v8[3] = s[3]; 237 x->v8[4] = s[4]; 238 x->v8[5] = s[5]; 239 x->v8[6] = s[6]; 240 x->v8[7] = s[7] [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array/d/ |
T_filled_new_array_8.d | 28 const v8, 0 30 filled-new-array {v5, v6, v7, v8, v9}, [I 37 filled-new-array {v5, v6, v7, v8, v9}, [I
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8SVGPathSegCustom.cpp | 60 v8::Handle<v8::Value> toV8(SVGPathSeg* impl) 63 return v8::Null();
|