Initial commit
This commit is contained in:
@@ -0,0 +1,77 @@
|
||||
// CodeGear C++Builder
|
||||
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
|
||||
// All rights reserved
|
||||
|
||||
// (DO NOT EDIT: machine generated header) 'uCEFv8StackTrace.pas' rev: 37.00 (Windows)
|
||||
|
||||
#ifndef uCEFv8StackTraceHPP
|
||||
#define uCEFv8StackTraceHPP
|
||||
|
||||
#pragma delphiheader begin
|
||||
#pragma option push
|
||||
#if defined(__BORLANDC__) && !defined(__clang__)
|
||||
#pragma option -w- // All warnings off
|
||||
#pragma option -Vx // Zero-length empty class member
|
||||
#endif
|
||||
#pragma pack(push,8)
|
||||
#include <System.hpp>
|
||||
#include <SysInit.hpp>
|
||||
#include <uCEFBaseRefCounted.hpp>
|
||||
#include <uCEFInterfaces.hpp>
|
||||
#include <uCEFTypes.hpp>
|
||||
|
||||
//-- user supplied -----------------------------------------------------------
|
||||
|
||||
namespace Ucefv8stacktrace
|
||||
{
|
||||
//-- forward type declarations -----------------------------------------------
|
||||
class DELPHICLASS TCefV8StackTraceRef;
|
||||
//-- type declarations -------------------------------------------------------
|
||||
#pragma pack(push,4)
|
||||
class PASCALIMPLEMENTATION TCefV8StackTraceRef : public Ucefbaserefcounted::TCefBaseRefCountedRef
|
||||
{
|
||||
typedef Ucefbaserefcounted::TCefBaseRefCountedRef inherited;
|
||||
|
||||
protected:
|
||||
bool __fastcall IsValid();
|
||||
int __fastcall GetFrameCount();
|
||||
Ucefinterfaces::_di_ICefV8StackFrame __fastcall GetFrame(int index);
|
||||
|
||||
public:
|
||||
__classmethod Ucefinterfaces::_di_ICefV8StackTrace __fastcall UnWrap(void * data);
|
||||
__classmethod Ucefinterfaces::_di_ICefV8StackTrace __fastcall Current(int frameLimit);
|
||||
public:
|
||||
/* TCefBaseRefCountedRef.Create */ inline __fastcall virtual TCefV8StackTraceRef(void * data) : Ucefbaserefcounted::TCefBaseRefCountedRef(data) { }
|
||||
/* TCefBaseRefCountedRef.Destroy */ inline __fastcall virtual ~TCefV8StackTraceRef() { }
|
||||
|
||||
private:
|
||||
void *__ICefV8StackTrace; // Ucefinterfaces::ICefV8StackTrace
|
||||
|
||||
public:
|
||||
#if defined(MANAGED_INTERFACE_OPERATORS)
|
||||
// {32111C84-B7F7-4E3A-92B9-7CA1D0ADB613}
|
||||
operator Ucefinterfaces::_di_ICefV8StackTrace()
|
||||
{
|
||||
Ucefinterfaces::_di_ICefV8StackTrace intf;
|
||||
this->GetInterface(intf);
|
||||
return intf;
|
||||
}
|
||||
#else
|
||||
operator Ucefinterfaces::ICefV8StackTrace*(void) { return (Ucefinterfaces::ICefV8StackTrace*)&__ICefV8StackTrace; }
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
//-- var, const, procedure ---------------------------------------------------
|
||||
} /* namespace Ucefv8stacktrace */
|
||||
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFV8STACKTRACE)
|
||||
using namespace Ucefv8stacktrace;
|
||||
#endif
|
||||
#pragma pack(pop)
|
||||
#pragma option pop
|
||||
|
||||
#pragma delphiheader end.
|
||||
//-- end unit ----------------------------------------------------------------
|
||||
#endif // uCEFv8StackTraceHPP
|
||||
Reference in New Issue
Block a user