@@ -3994,7 +3994,7 @@ jerry_on_throw (jerry_throw_cb_t throw_cb,
3994
3994
3995
3995
**Example**
3996
3996
3997
- [doctest]: # (test="compile" )
3997
+ [doctest]: # ()
3998
3998
3999
3999
```c
4000
4000
#include "jerryscript.h"
@@ -4063,7 +4063,7 @@ bool jerry_exception_is_captured (jerry_value_t value);
4063
4063
4064
4064
**Example**
4065
4065
4066
- [doctest]: # (test="compile" )
4066
+ [doctest]: # ()
4067
4067
4068
4068
```c
4069
4069
#include "jerryscript.h"
@@ -4129,7 +4129,7 @@ void jerry_exception_allow_capture (jerry_value_t value, bool should_capture);
4129
4129
4130
4130
**Example**
4131
4131
4132
- [doctest]: # (test="compile" )
4132
+ [doctest]: # ()
4133
4133
4134
4134
```c
4135
4135
#include "jerryscript.h"
@@ -5036,7 +5036,7 @@ jerry_value_t jerry_module_link (const jerry_value_t module_val,
5036
5036
5037
5037
**Example**
5038
5038
5039
- [doctest]: # (test="compile ")
5039
+ [doctest]: # (test="link ")
5040
5040
5041
5041
```c
5042
5042
#include <jerryscript.h>
@@ -5115,7 +5115,7 @@ jerry_value_t jerry_module_evaluate (const jerry_value_t module_val);
5115
5115
5116
5116
**Example**
5117
5117
5118
- [doctest]: # (test="compile" )
5118
+ [doctest]: # ()
5119
5119
5120
5120
```c
5121
5121
#include <jerryscript.h>
@@ -5207,7 +5207,7 @@ jerry_module_state_t jerry_module_state (const jerry_value_t module_val);
5207
5207
5208
5208
**Example**
5209
5209
5210
- [doctest]: # (test="compile" )
5210
+ [doctest]: # ()
5211
5211
5212
5212
```c
5213
5213
#include <jerryscript.h>
@@ -5268,7 +5268,7 @@ void jerry_module_on_state_changed (jerry_module_state_changed_cb_t callback,
5268
5268
5269
5269
**Example**
5270
5270
5271
- [doctest]: # (test="compile" )
5271
+ [doctest]: # ()
5272
5272
5273
5273
```c
5274
5274
#include <jerryscript.h>
@@ -5346,7 +5346,7 @@ void jerry_module_on_import_meta (jerry_module_import_meta_cb_t callback,
5346
5346
5347
5347
**Example**
5348
5348
5349
- [doctest]: # (test="compile" )
5349
+ [doctest]: # ()
5350
5350
5351
5351
```c
5352
5352
#include <jerryscript.h>
@@ -5424,7 +5424,7 @@ size_t jerry_module_request_count (const jerry_value_t module_val);
5424
5424
5425
5425
**Example**
5426
5426
5427
- [doctest]: # (test="compile" )
5427
+ [doctest]: # ()
5428
5428
5429
5429
```c
5430
5430
#include <jerryscript.h>
@@ -5496,7 +5496,7 @@ jerry_value_t jerry_module_request (const jerry_value_t module_val, size_t reque
5496
5496
5497
5497
**Example**
5498
5498
5499
- [doctest]: # (test="compile" )
5499
+ [doctest]: # ()
5500
5500
5501
5501
```c
5502
5502
#include <jerryscript.h>
@@ -5564,7 +5564,7 @@ jerry_value_t jerry_module_namespace (const jerry_value_t module_val);
5564
5564
5565
5565
**Example**
5566
5566
5567
- [doctest]: # (test="compile" )
5567
+ [doctest]: # ()
5568
5568
5569
5569
```c
5570
5570
#include <jerryscript.h>
@@ -5632,7 +5632,7 @@ jerry_module_on_import (jerry_module_import_cb_t callback_p,
5632
5632
5633
5633
**Example**
5634
5634
5635
- [doctest]: # (test="compile" )
5635
+ [doctest]: # ()
5636
5636
5637
5637
```c
5638
5638
#include <jerryscript.h>
@@ -5764,7 +5764,7 @@ jerry_native_module (jerry_native_module_evaluate_cb_t callback,
5764
5764
5765
5765
**Example**
5766
5766
5767
- [doctest]: # (test="compile" )
5767
+ [doctest]: # ()
5768
5768
5769
5769
```c
5770
5770
#include <jerryscript.h>
@@ -5827,7 +5827,7 @@ jerry_native_module_get (const jerry_value_t native_module_val,
5827
5827
5828
5828
**Example**
5829
5829
5830
- [doctest]: # (test="compile" )
5830
+ [doctest]: # ()
5831
5831
5832
5832
```c
5833
5833
#include <jerryscript.h>
@@ -5888,7 +5888,7 @@ jerry_value_t jerry_native_module_set (const jerry_value_t native_module_val,
5888
5888
5889
5889
**Example**
5890
5890
5891
- [doctest]: # (test="compile" )
5891
+ [doctest]: # ()
5892
5892
5893
5893
```c
5894
5894
#include <jerryscript.h>
@@ -12992,7 +12992,7 @@ jerry_arraybuffer_has_buffer (const jerry_value_t value);
12992
12992
12993
12993
**Example**
12994
12994
12995
- [doctest]: # (test="compile" )
12995
+ [doctest]: # ()
12996
12996
12997
12997
```c
12998
12998
#include "jerryscript.h"
@@ -13058,7 +13058,7 @@ jerry_arraybuffer_heap_allocation_limit (const jerry_length_t allocation_limit);
13058
13058
13059
13059
**Example**
13060
13060
13061
- [doctest]: # (test="compile" )
13061
+ [doctest]: # ()
13062
13062
13063
13063
```c
13064
13064
#include "jerryscript.h"
@@ -13134,7 +13134,7 @@ jerry_arraybuffer_allocator (jerry_arraybuffer_allocate_cb_t allocate_callback,
13134
13134
13135
13135
**Example**
13136
13136
13137
- [doctest]: # (test="compile" )
13137
+ [doctest]: # ()
13138
13138
13139
13139
```c
13140
13140
#include "jerryscript.h"
0 commit comments