V8EXPORT 71 include/v8-preparser.h class V8EXPORT PreParserData {
V8EXPORT 96 include/v8-preparser.h class V8EXPORT UnicodeInputStream { // NOLINT - Thinks V8EXPORT is class name.
V8EXPORT 112 include/v8-preparser.h PreParserData V8EXPORT Preparse(UnicodeInputStream* input,
V8EXPORT 72 include/v8-profiler.h class V8EXPORT CpuProfileNode {
V8EXPORT 122 include/v8-profiler.h class V8EXPORT CpuProfile {
V8EXPORT 151 include/v8-profiler.h class V8EXPORT CpuProfiler {
V8EXPORT 212 include/v8-profiler.h class V8EXPORT HeapGraphEdge {
V8EXPORT 248 include/v8-profiler.h class V8EXPORT HeapGraphNode {
V8EXPORT 320 include/v8-profiler.h class V8EXPORT HeapSnapshot {
V8EXPORT 395 include/v8-profiler.h class V8EXPORT HeapProfiler {
V8EXPORT 515 include/v8-profiler.h class V8EXPORT RetainedObjectInfo { // NOLINT
V8EXPORT 67 include/v8-testing.h class V8EXPORT Testing {
V8EXPORT 440 include/v8.h class V8EXPORT HandleScope {
V8EXPORT 474 include/v8.h class V8EXPORT Data {
V8EXPORT 506 include/v8.h class V8EXPORT Data {
V8EXPORT 518 include/v8.h class V8EXPORT ScriptData { // NOLINT
V8EXPORT 592 include/v8.h class V8EXPORT Script {
V8EXPORT 691 include/v8.h class V8EXPORT Message {
V8EXPORT 757 include/v8.h class V8EXPORT StackTrace {
V8EXPORT 806 include/v8.h class V8EXPORT StackFrame {
V8EXPORT 880 include/v8.h V8EXPORT bool IsTrue() const;
V8EXPORT 885 include/v8.h V8EXPORT bool IsFalse() const;
V8EXPORT 896 include/v8.h V8EXPORT bool IsFunction() const;
V8EXPORT 901 include/v8.h V8EXPORT bool IsArray() const;
V8EXPORT 906 include/v8.h V8EXPORT bool IsObject() const;
V8EXPORT 911 include/v8.h V8EXPORT bool IsBoolean() const;
V8EXPORT 916 include/v8.h V8EXPORT bool IsNumber() const;
V8EXPORT 921 include/v8.h V8EXPORT bool IsExternal() const;
V8EXPORT 926 include/v8.h V8EXPORT bool IsInt32() const;
V8EXPORT 931 include/v8.h V8EXPORT bool IsUint32() const;
V8EXPORT 936 include/v8.h V8EXPORT bool IsDate() const;
V8EXPORT 941 include/v8.h V8EXPORT bool IsBooleanObject() const;
V8EXPORT 946 include/v8.h V8EXPORT bool IsNumberObject() const;
V8EXPORT 951 include/v8.h V8EXPORT bool IsStringObject() const;
V8EXPORT 956 include/v8.h V8EXPORT bool IsNativeError() const;
V8EXPORT 961 include/v8.h V8EXPORT bool IsRegExp() const;
V8EXPORT 963 include/v8.h V8EXPORT Local<Boolean> ToBoolean() const;
V8EXPORT 964 include/v8.h V8EXPORT Local<Number> ToNumber() const;
V8EXPORT 965 include/v8.h V8EXPORT Local<String> ToString() const;
V8EXPORT 966 include/v8.h V8EXPORT Local<String> ToDetailString() const;
V8EXPORT 967 include/v8.h V8EXPORT Local<Object> ToObject() const;
V8EXPORT 968 include/v8.h V8EXPORT Local<Integer> ToInteger() const;
V8EXPORT 969 include/v8.h V8EXPORT Local<Uint32> ToUint32() const;
V8EXPORT 970 include/v8.h V8EXPORT Local<Int32> ToInt32() const;
V8EXPORT 976 include/v8.h V8EXPORT Local<Uint32> ToArrayIndex() const;
V8EXPORT 978 include/v8.h V8EXPORT bool BooleanValue() const;
V8EXPORT 979 include/v8.h V8EXPORT double NumberValue() const;
V8EXPORT 980 include/v8.h V8EXPORT int64_t IntegerValue() const;
V8EXPORT 981 include/v8.h V8EXPORT uint32_t Uint32Value() const;
V8EXPORT 982 include/v8.h V8EXPORT int32_t Int32Value() const;
V8EXPORT 985 include/v8.h V8EXPORT bool Equals(Handle<Value> that) const;
V8EXPORT 986 include/v8.h V8EXPORT bool StrictEquals(Handle<Value> that) const;
V8EXPORT 992 include/v8.h V8EXPORT bool FullIsUndefined() const;
V8EXPORT 993 include/v8.h V8EXPORT bool FullIsNull() const;
V8EXPORT 994 include/v8.h V8EXPORT bool FullIsString() const;
V8EXPORT 1010 include/v8.h V8EXPORT bool Value() const;
V8EXPORT 1023 include/v8.h V8EXPORT int Length() const;
V8EXPORT 1029 include/v8.h V8EXPORT int Utf8Length() const;
V8EXPORT 1037 include/v8.h V8EXPORT bool MayContainNonAscii() const;
V8EXPORT 1071 include/v8.h V8EXPORT int Write(uint16_t* buffer,
V8EXPORT 1076 include/v8.h V8EXPORT int WriteAscii(char* buffer,
V8EXPORT 1081 include/v8.h V8EXPORT int WriteUtf8(char* buffer,
V8EXPORT 1089 include/v8.h V8EXPORT static v8::Local<v8::String> Empty();
V8EXPORT 1095 include/v8.h V8EXPORT bool IsExternal() const;
V8EXPORT 1100 include/v8.h V8EXPORT bool IsExternalAscii() const;
V8EXPORT 1102 include/v8.h class V8EXPORT ExternalStringResourceBase { // NOLINT
V8EXPORT 1131 include/v8.h class V8EXPORT ExternalStringResource
V8EXPORT 1165 include/v8.h class V8EXPORT ExternalAsciiStringResource
V8EXPORT 1191 include/v8.h V8EXPORT const ExternalAsciiStringResource* GetExternalAsciiStringResource()
V8EXPORT 1205 include/v8.h V8EXPORT static Local<String> New(const char* data, int length = -1);
V8EXPORT 1208 include/v8.h V8EXPORT static Local<String> New(const uint16_t* data, int length = -1);
V8EXPORT 1211 include/v8.h V8EXPORT static Local<String> NewSymbol(const char* data, int length = -1);
V8EXPORT 1217 include/v8.h V8EXPORT static Local<String> Concat(Handle<String> left,
V8EXPORT 1228 include/v8.h V8EXPORT static Local<String> NewExternal(ExternalStringResource* resource);
V8EXPORT 1239 include/v8.h V8EXPORT bool MakeExternal(ExternalStringResource* resource);
V8EXPORT 1248 include/v8.h */ V8EXPORT static Local<String> NewExternal(
V8EXPORT 1260 include/v8.h V8EXPORT bool MakeExternal(ExternalAsciiStringResource* resource);
V8EXPORT 1265 include/v8.h V8EXPORT bool CanMakeExternal();
V8EXPORT 1268 include/v8.h V8EXPORT static Local<String> NewUndetectable(const char* data,
V8EXPORT 1272 include/v8.h V8EXPORT static Local<String> NewUndetectable(const uint16_t* data,
V8EXPORT 1282 include/v8.h class V8EXPORT Utf8Value {
V8EXPORT 1305 include/v8.h class V8EXPORT AsciiValue {
V8EXPORT 1327 include/v8.h class V8EXPORT Value {
V8EXPORT 1344 include/v8.h V8EXPORT void VerifyExternalStringResource(ExternalStringResource* val) const;
V8EXPORT 1345 include/v8.h V8EXPORT static void CheckCast(v8::Value* obj);
V8EXPORT 1354 include/v8.h V8EXPORT double Value() const;
V8EXPORT 1355 include/v8.h V8EXPORT static Local<Number> New(double value);
V8EXPORT 1358 include/v8.h V8EXPORT Number();
V8EXPORT 1359 include/v8.h V8EXPORT static void CheckCast(v8::Value* obj);
V8EXPORT 1368 include/v8.h V8EXPORT static Local<Integer> New(int32_t value);
V8EXPORT 1369 include/v8.h V8EXPORT static Local<Integer> NewFromUnsigned(uint32_t value);
V8EXPORT 1370 include/v8.h V8EXPORT int64_t Value() const;
V8EXPORT 1373 include/v8.h V8EXPORT Integer();
V8EXPORT 1374 include/v8.h V8EXPORT static void CheckCast(v8::Value* obj);
V8EXPORT 1383 include/v8.h V8EXPORT int32_t Value() const;
V8EXPORT 1385 include/v8.h V8EXPORT Int32();
V8EXPORT 1394 include/v8.h V8EXPORT uint32_t Value() const;
V8EXPORT 1396 include/v8.h V8EXPORT Uint32();
V8EXPORT 1459 include/v8.h V8EXPORT bool Set(Handle<Value> key,
V8EXPORT 1463 include/v8.h V8EXPORT bool Set(uint32_t index,
V8EXPORT 1474 include/v8.h V8EXPORT bool ForceSet(Handle<Value> key,
V8EXPORT 1478 include/v8.h V8EXPORT Local<Value> Get(Handle<Value> key);
V8EXPORT 1480 include/v8.h V8EXPORT Local<Value> Get(uint32_t index);
V8EXPORT 1487 include/v8.h V8EXPORT PropertyAttribute GetPropertyAttributes(Handle<Value> key);
V8EXPORT 1491 include/v8.h V8EXPORT bool Has(Handle<String> key);
V8EXPORT 1493 include/v8.h V8EXPORT bool Delete(Handle<String> key);
V8EXPORT 1497 include/v8.h V8EXPORT bool ForceDelete(Handle<Value> key);
V8EXPORT 1499 include/v8.h V8EXPORT bool Has(uint32_t index);
V8EXPORT 1501 include/v8.h V8EXPORT bool Delete(uint32_t index);
V8EXPORT 1503 include/v8.h V8EXPORT bool SetAccessor(Handle<String> name,
V8EXPORT 1516 include/v8.h V8EXPORT Local<Array> GetPropertyNames();
V8EXPORT 1523 include/v8.h V8EXPORT Local<Array> GetOwnPropertyNames();
V8EXPORT 1530 include/v8.h V8EXPORT Local<Value> GetPrototype();
V8EXPORT 1537 include/v8.h V8EXPORT bool SetPrototype(Handle<Value> prototype);
V8EXPORT 1543 include/v8.h V8EXPORT Local<Object> FindInstanceInPrototypeChain(
V8EXPORT 1551 include/v8.h V8EXPORT Local<String> ObjectProtoToString();
V8EXPORT 1557 include/v8.h V8EXPORT Local<Value> GetConstructor();
V8EXPORT 1562 include/v8.h V8EXPORT Local<String> GetConstructorName();
V8EXPORT 1565 include/v8.h V8EXPORT int InternalFieldCount();
V8EXPORT 1569 include/v8.h V8EXPORT void SetInternalField(int index, Handle<Value> value);
V8EXPORT 1575 include/v8.h V8EXPORT void SetPointerInInternalField(int index, void* value);
V8EXPORT 1578 include/v8.h V8EXPORT bool HasOwnProperty(Handle<String> key);
V8EXPORT 1579 include/v8.h V8EXPORT bool HasRealNamedProperty(Handle<String> key);
V8EXPORT 1580 include/v8.h V8EXPORT bool HasRealIndexedProperty(uint32_t index);
V8EXPORT 1581 include/v8.h V8EXPORT bool HasRealNamedCallbackProperty(Handle<String> key);
V8EXPORT 1587 include/v8.h V8EXPORT Local<Value> GetRealNamedPropertyInPrototypeChain(
V8EXPORT 1595 include/v8.h V8EXPORT Local<Value> GetRealNamedProperty(Handle<String> key);
V8EXPORT 1598 include/v8.h V8EXPORT bool HasNamedLookupInterceptor();
V8EXPORT 1601 include/v8.h V8EXPORT bool HasIndexedLookupInterceptor();
V8EXPORT 1608 include/v8.h V8EXPORT void TurnOnAccessCheck();
V8EXPORT 1617 include/v8.h V8EXPORT int GetIdentityHash();
V8EXPORT 1625 include/v8.h V8EXPORT bool SetHiddenValue(Handle<String> key, Handle<Value> value);
V8EXPORT 1626 include/v8.h V8EXPORT Local<Value> GetHiddenValue(Handle<String> key);
V8EXPORT 1627 include/v8.h V8EXPORT bool DeleteHiddenValue(Handle<String> key);
V8EXPORT 1636 include/v8.h V8EXPORT bool IsDirty();
V8EXPORT 1642 include/v8.h V8EXPORT Local<Object> Clone();
V8EXPORT 1647 include/v8.h V8EXPORT Local<Context> CreationContext();
V8EXPORT 1656 include/v8.h V8EXPORT void SetIndexedPropertiesToPixelData(uint8_t* data, int length);
V8EXPORT 1657 include/v8.h V8EXPORT bool HasIndexedPropertiesInPixelData();
V8EXPORT 1658 include/v8.h V8EXPORT uint8_t* GetIndexedPropertiesPixelData();
V8EXPORT 1659 include/v8.h V8EXPORT int GetIndexedPropertiesPixelDataLength();
V8EXPORT 1668 include/v8.h V8EXPORT void SetIndexedPropertiesToExternalArrayData(
V8EXPORT 1672 include/v8.h V8EXPORT bool HasIndexedPropertiesInExternalArrayData();
V8EXPORT 1673 include/v8.h V8EXPORT void* GetIndexedPropertiesExternalArrayData();
V8EXPORT 1674 include/v8.h V8EXPORT ExternalArrayType GetIndexedPropertiesExternalArrayDataType();
V8EXPORT 1675 include/v8.h V8EXPORT int GetIndexedPropertiesExternalArrayDataLength();
V8EXPORT 1682 include/v8.h V8EXPORT bool IsCallable();
V8EXPORT 1688 include/v8.h V8EXPORT Local<Value> CallAsFunction(Handle<Object> recv,
V8EXPORT 1697 include/v8.h V8EXPORT Local<Value> CallAsConstructor(int argc,
V8EXPORT 1700 include/v8.h V8EXPORT static Local<Object> New();
V8EXPORT 1704 include/v8.h V8EXPORT Object();
V8EXPORT 1705 include/v8.h V8EXPORT static void CheckCast(Value* obj);
V8EXPORT 1706 include/v8.h V8EXPORT Local<Value> CheckedGetInternalField(int index);
V8EXPORT 1707 include/v8.h V8EXPORT void* SlowGetPointerFromInternalField(int index);
V8EXPORT 1722 include/v8.h V8EXPORT uint32_t Length() const;
V8EXPORT 1728 include/v8.h V8EXPORT Local<Object> CloneElementAt(uint32_t index);
V8EXPORT 1734 include/v8.h V8EXPORT static Local<Array> New(int length = 0);
V8EXPORT 1738 include/v8.h V8EXPORT Array();
V8EXPORT 1739 include/v8.h V8EXPORT static void CheckCast(Value* obj);
V8EXPORT 1748 include/v8.h V8EXPORT Local<Object> NewInstance() const;
V8EXPORT 1749 include/v8.h V8EXPORT Local<Object> NewInstance(int argc, Handle<Value> argv[]) const;
V8EXPORT 1750 include/v8.h V8EXPORT Local<Value> Call(Handle<Object> recv,
V8EXPORT 1753 include/v8.h V8EXPORT void SetName(Handle<String> name);
V8EXPORT 1754 include/v8.h V8EXPORT Handle<Value> GetName() const;
V8EXPORT 1762 include/v8.h V8EXPORT Handle<Value> GetInferredName() const;
V8EXPORT 1768 include/v8.h V8EXPORT int GetScriptLineNumber() const;
V8EXPORT 1773 include/v8.h V8EXPORT int GetScriptColumnNumber() const;
V8EXPORT 1774 include/v8.h V8EXPORT Handle<Value> GetScriptId() const;
V8EXPORT 1775 include/v8.h V8EXPORT ScriptOrigin GetScriptOrigin() const;
V8EXPORT 1777 include/v8.h V8EXPORT static const int kLineOffsetNotFound;
V8EXPORT 1780 include/v8.h V8EXPORT Function();
V8EXPORT 1781 include/v8.h V8EXPORT static void CheckCast(Value* obj);
V8EXPORT 1790 include/v8.h V8EXPORT static Local<Value> New(double time);
V8EXPORT 1796 include/v8.h V8EXPORT double NumberValue() const;
V8EXPORT 1812 include/v8.h V8EXPORT static void DateTimeConfigurationChangeNotification();
V8EXPORT 1815 include/v8.h V8EXPORT static void CheckCast(v8::Value* obj);
V8EXPORT 1824 include/v8.h V8EXPORT static Local<Value> New(double value);
V8EXPORT 1829 include/v8.h V8EXPORT double NumberValue() const;
V8EXPORT 1834 include/v8.h V8EXPORT static void CheckCast(v8::Value* obj);
V8EXPORT 1843 include/v8.h V8EXPORT static Local<Value> New(bool value);
V8EXPORT 1848 include/v8.h V8EXPORT bool BooleanValue() const;
V8EXPORT 1853 include/v8.h V8EXPORT static void CheckCast(v8::Value* obj);
V8EXPORT 1862 include/v8.h V8EXPORT static Local<Value> New(Handle<String> value);
V8EXPORT 1867 include/v8.h V8EXPORT Local<String> StringValue() const;
V8EXPORT 1872 include/v8.h V8EXPORT static void CheckCast(v8::Value* obj);
V8EXPORT 1902 include/v8.h V8EXPORT static Local<RegExp> New(Handle<String> pattern,
V8EXPORT 1909 include/v8.h V8EXPORT Local<String> GetSource() const;
V8EXPORT 1914 include/v8.h V8EXPORT Flags GetFlags() const;
V8EXPORT 1919 include/v8.h V8EXPORT static void CheckCast(v8::Value* obj);
V8EXPORT 1936 include/v8.h V8EXPORT static Local<Value> Wrap(void* data);
V8EXPORT 1939 include/v8.h V8EXPORT static Local<External> New(void* value);
V8EXPORT 1941 include/v8.h V8EXPORT void* Value() const;
V8EXPORT 1943 include/v8.h V8EXPORT External();
V8EXPORT 1944 include/v8.h V8EXPORT static void CheckCast(v8::Value* obj);
V8EXPORT 1946 include/v8.h V8EXPORT static void* FullUnwrap(Handle<v8::Value> obj);
V8EXPORT 1956 include/v8.h class V8EXPORT Template : public Data {
V8EXPORT 2009 include/v8.h class V8EXPORT AccessorInfo {
V8EXPORT 2228 include/v8.h class V8EXPORT FunctionTemplate : public Template {
V8EXPORT 2327 include/v8.h class V8EXPORT ObjectTemplate : public Template {
V8EXPORT 2478 include/v8.h class V8EXPORT Signature : public Data {
V8EXPORT 2493 include/v8.h class V8EXPORT AccessorSignature : public Data {
V8EXPORT 2506 include/v8.h class V8EXPORT TypeSwitch : public Data {
V8EXPORT 2518 include/v8.h class V8EXPORT ExternalAsciiStringResourceImpl
V8EXPORT 2535 include/v8.h class V8EXPORT Extension { // NOLINT
V8EXPORT 2573 include/v8.h void V8EXPORT RegisterExtension(Extension* extension);
V8EXPORT 2579 include/v8.h class V8EXPORT DeclareExtension {
V8EXPORT 2590 include/v8.h Handle<Primitive> V8EXPORT Undefined();
V8EXPORT 2591 include/v8.h Handle<Primitive> V8EXPORT Null();
V8EXPORT 2592 include/v8.h Handle<Boolean> V8EXPORT True();
V8EXPORT 2593 include/v8.h Handle<Boolean> V8EXPORT False();
V8EXPORT 2610 include/v8.h class V8EXPORT ResourceConstraints {
V8EXPORT 2630 include/v8.h bool V8EXPORT SetResourceConstraints(ResourceConstraints* constraints);
V8EXPORT 2648 include/v8.h Handle<Value> V8EXPORT ThrowException(Handle<Value> exception);
V8EXPORT 2654 include/v8.h class V8EXPORT Exception {
V8EXPORT 2747 include/v8.h class V8EXPORT HeapStatistics {
V8EXPORT 2783 include/v8.h class V8EXPORT Isolate {
V8EXPORT 2789 include/v8.h class V8EXPORT Scope {
V8EXPORT 2889 include/v8.h class V8EXPORT StartupDataDecompressor { // NOLINT
V8EXPORT 2948 include/v8.h class V8EXPORT ExternalResourceVisitor { // NOLINT
V8EXPORT 2958 include/v8.h class V8EXPORT V8 {
V8EXPORT 3392 include/v8.h class V8EXPORT TryCatch {
V8EXPORT 3504 include/v8.h class V8EXPORT ExtensionConfiguration {
V8EXPORT 3519 include/v8.h class V8EXPORT Context {
V8EXPORT 3758 include/v8.h class V8EXPORT Unlocker {
V8EXPORT 3770 include/v8.h class V8EXPORT Locker {
V8EXPORT 3825 include/v8.h class V8EXPORT OutputStream { // NOLINT
V8EXPORT 3862 include/v8.h class V8EXPORT ActivityControl { // NOLINT