StackFrame.PushStackFrameForMethod(Object, JSLocalField[], VsaEngine) Metod

Definition

Skapar ett nytt StackFrame objekt för en metod och push-överför det till den globala omfångsstacken.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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)

Parametrar

thisob
Object

Objektet som innehåller metoden.

fields
JSLocalField[]

De lokala variablerna för stackramen.

engine
VsaEngine

En referens till skriptmotorn.

Gäller för

Se även