Lines Matching refs:v8
1 // Copyright 2010 the V8 project authors. All rights reserved.
31 #include "v8.h"
34 // Setup for Windows DLL export/import. See v8.h in this directory for
35 // information on how to build/use V8 as a DLL.
51 // Setup for Linux shared library export. See v8.h in this directory for
52 // information on how to build/use V8 as shared library.
63 * Profiler support for the V8 JavaScript engine.
65 namespace v8 {
154 * origins can run inside a single V8 instance, it is possible to
258 kNative = 8, // Native object (not from V8 heap).
391 * the given JavaScript wrapper object. It is prohibited to enter V8
445 * this information while taking a heap snapshot, V8 calls GC
448 * 2. When a heap snapshot is collected, V8 additionally
459 * V8 takes ownership of RetainedObjectInfo instances passed to it and
465 /** Called by V8 when it no longer needs an instance. */
479 * encoded string. V8 copies its contents during a call to GetLabel.
485 * encoded string. V8 copies its contents during a call to GetGroupLabel.
513 } // namespace v8