82 lines
2.6 KiB
C++
82 lines
2.6 KiB
C++
// CodeGear C++Builder
|
|
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
|
|
// All rights reserved
|
|
|
|
// (DO NOT EDIT: machine generated header) 'uCEFv8StackFrame.pas' rev: 37.00 (Windows)
|
|
|
|
#ifndef uCEFv8StackFrameHPP
|
|
#define uCEFv8StackFrameHPP
|
|
|
|
#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 Ucefv8stackframe
|
|
{
|
|
//-- forward type declarations -----------------------------------------------
|
|
class DELPHICLASS TCefV8StackFrameRef;
|
|
//-- type declarations -------------------------------------------------------
|
|
#pragma pack(push,4)
|
|
class PASCALIMPLEMENTATION TCefV8StackFrameRef : public Ucefbaserefcounted::TCefBaseRefCountedRef
|
|
{
|
|
typedef Ucefbaserefcounted::TCefBaseRefCountedRef inherited;
|
|
|
|
protected:
|
|
bool __fastcall IsValid();
|
|
Uceftypes::ustring __fastcall GetScriptName();
|
|
Uceftypes::ustring __fastcall GetScriptNameOrSourceUrl();
|
|
Uceftypes::ustring __fastcall GetFunctionName();
|
|
int __fastcall GetLineNumber();
|
|
int __fastcall GetColumn();
|
|
bool __fastcall IsEval();
|
|
bool __fastcall IsConstructor();
|
|
|
|
public:
|
|
__classmethod Ucefinterfaces::_di_ICefV8StackFrame __fastcall UnWrap(void * data);
|
|
public:
|
|
/* TCefBaseRefCountedRef.Create */ inline __fastcall virtual TCefV8StackFrameRef(void * data) : Ucefbaserefcounted::TCefBaseRefCountedRef(data) { }
|
|
/* TCefBaseRefCountedRef.Destroy */ inline __fastcall virtual ~TCefV8StackFrameRef() { }
|
|
|
|
private:
|
|
void *__ICefV8StackFrame; // Ucefinterfaces::ICefV8StackFrame
|
|
|
|
public:
|
|
#if defined(MANAGED_INTERFACE_OPERATORS)
|
|
// {BA1FFBF4-E9F2-4842-A827-DC220F324286}
|
|
operator Ucefinterfaces::_di_ICefV8StackFrame()
|
|
{
|
|
Ucefinterfaces::_di_ICefV8StackFrame intf;
|
|
this->GetInterface(intf);
|
|
return intf;
|
|
}
|
|
#else
|
|
operator Ucefinterfaces::ICefV8StackFrame*(void) { return (Ucefinterfaces::ICefV8StackFrame*)&__ICefV8StackFrame; }
|
|
#endif
|
|
|
|
};
|
|
|
|
#pragma pack(pop)
|
|
|
|
//-- var, const, procedure ---------------------------------------------------
|
|
} /* namespace Ucefv8stackframe */
|
|
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFV8STACKFRAME)
|
|
using namespace Ucefv8stackframe;
|
|
#endif
|
|
#pragma pack(pop)
|
|
#pragma option pop
|
|
|
|
#pragma delphiheader end.
|
|
//-- end unit ----------------------------------------------------------------
|
|
#endif // uCEFv8StackFrameHPP
|