Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Performs JavaScript instanceof operator test.
Syntax
JsInstanceOf(
_In_ JsValueRef object,
_In_ JsValueRef constructor,
_Out_ bool *result
);
Parameters
object
The object to test.
constructor
The constructor function to test against.
result
Whether the "object instanceof constructor" is true.
Return Value
The code JsNoError if the operation succeeded, a failure code otherwise.
Remarks
Requires an active script context.
Requirements
Header: jsrt.h