V8 Project
v8::internal::RegExpExecStub Class Reference

#include <code-stubs.h>

+ Inheritance diagram for v8::internal::RegExpExecStub:
+ Collaboration diagram for v8::internal::RegExpExecStub:

Public Member Functions

 RegExpExecStub (Isolate *isolate)
 
 DEFINE_CALL_INTERFACE_DESCRIPTOR (ContextOnly)
 
 DEFINE_PLATFORM_CODE_STUB (RegExpExec, PlatformCodeStub)
 
- Public Member Functions inherited from v8::internal::PlatformCodeStub
virtual Handle< CodeGenerateCode () OVERRIDE
 
virtual Code::Kind GetCodeKind () const
 

Additional Inherited Members

- Protected Member Functions inherited from v8::internal::PlatformCodeStub
 PlatformCodeStub (Isolate *isolate)
 
virtual void Generate (MacroAssembler *masm)=0
 
 DEFINE_CODE_STUB_BASE (PlatformCodeStub, CodeStub)
 

Detailed Description

Definition at line 1503 of file code-stubs.h.

Constructor & Destructor Documentation

◆ RegExpExecStub()

v8::internal::RegExpExecStub::RegExpExecStub ( Isolate isolate)
inlineexplicit

Definition at line 1505 of file code-stubs.h.

1505 : PlatformCodeStub(isolate) { }
PlatformCodeStub(Isolate *isolate)
Definition: code-stubs.h:341

Member Function Documentation

◆ DEFINE_CALL_INTERFACE_DESCRIPTOR()

v8::internal::RegExpExecStub::DEFINE_CALL_INTERFACE_DESCRIPTOR ( ContextOnly  )

◆ DEFINE_PLATFORM_CODE_STUB()

v8::internal::RegExpExecStub::DEFINE_PLATFORM_CODE_STUB ( RegExpExec  ,
PlatformCodeStub   
)

The documentation for this class was generated from the following file: