Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

JsModuleEvaluation

Richard edited this pageFeb 23, 2018 ·1 revision

Execute module code.

Syntax

CHAKRA_APIJsModuleEvaluation(    _In_ JsModuleRecord requestModule,    _Outptr_result_maybenull_ JsValueRef* result);

Parameters

  • requestModule: The ModuleRecord being executed.
  • result: The return value of the module.

Return Value

The codeJsNoError if the operation succeeded, a failure code otherwise.

Remarks

This API is experimental and may have breaking change later.This method implements 15.2.1.1.6.5, "ModuleEvaluation" concrete method.This method should be called after the engine notifies the host that the module is ready.This method only needs to be called on root modules - it will execute all of the dependent modules.

One moduleRecord will be executed only once. Additional execution call on the same moduleRecord will fail.

Want to contribute to this Wiki?

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp