Searched refs:init_cb (Results 1 – 6 of 6) sorted by relevance
/third_party/jerryscript/tests/unit-core/ |
D | test-context-data.cpp | 62 .init_cb = test_context_data1_new, 87 .init_cb = test_context_data2_new, 103 .init_cb = test_context_data3_new, 137 .init_cb = test_context_data4_new,
|
/third_party/jerryscript/jerry-ext/module/ |
D | module.c | 76 .init_cb = jerryx_module_manager_init, 360 jerryx_module_manager.init_cb (instances_p); in jerryx_module_clear_cache()
|
/third_party/jerryscript/jerry-core/include/ |
D | jerryscript-core.h | 272 void (*init_cb) (void *data); member
|
/third_party/jerryscript/jerry-core/api/ |
D | jerry.c | 327 if (manager_p->init_cb) in jerry_get_context_data() 329 manager_p->init_cb (ret); in jerry_get_context_data()
|
/third_party/jerryscript/docs/ |
D | 02.API-REFERENCE.md | 241 for the item by default, and if the `init_cb` field is not NULL, it will be called with the pointer… 259 void (*init_cb) (void *data); 286 …* behalf of the manager. The pointer to this buffer is passed into init_cb, deinit_cb and finalize… 791 .init_cb = my_context_data_new,
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 50024 + media::PipelineStatusCallback init_cb) { 50028 + std::move(init_cb).Run(media::PIPELINE_ERROR_INITIALIZATION_FAILED); 50032 + CreateMediaPlayer(media_resource->GetMediaUrlParams(), std::move(init_cb)); 50037 + media::PipelineStatusCallback init_cb) { 50044 + init_cb_ = std::move(init_cb); 50236 + media::PipelineStatusCallback init_cb) override; 50273 + media::PipelineStatusCallback init_cb); 51940 + media::PipelineStatusCallback init_cb) { 51953 + init_cb_ = std::move(init_cb); 52148 + media::PipelineStatusCallback init_cb) override;
|