Share via


StackFrame.PushStackFrameForMethod(Object, JSLocalField[], VsaEngine) 方法

定义

为方法创建一个新的 StackFrame 对象,并将其推送到全局范围堆栈上。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 static void PushStackFrameForMethod(System::Object ^ thisob, cli::array <Microsoft::JScript::JSLocalField ^> ^ fields, Microsoft::JScript::Vsa::VsaEngine ^ engine);
public static void PushStackFrameForMethod (object thisob, Microsoft.JScript.JSLocalField[] fields, Microsoft.JScript.Vsa.VsaEngine engine);
static member PushStackFrameForMethod : obj * Microsoft.JScript.JSLocalField[] * Microsoft.JScript.Vsa.VsaEngine -> unit
Public Shared Sub PushStackFrameForMethod (thisob As Object, fields As JSLocalField(), engine As VsaEngine)

参数

thisob
Object

包含该方法的对象。

fields
JSLocalField[]

堆栈帧的局部变量。

engine
VsaEngine

对脚本引擎的引用。

适用于

另请参阅