Searched refs:native_info (Results 1 – 9 of 9) sorted by relevance
/third_party/jerryscript/tests/unit-ext/ |
D | test-ext-autorelease.c | 33 static const jerry_object_native_info_t native_info = variable 42 jerry_set_object_native_pointer (obj, NULL, &native_info); in create_object()
|
D | test-ext-handle-scope.c | 33 static const jerry_object_native_info_t native_info = variable 42 jerry_set_object_native_pointer (obj, NULL, &native_info); in create_object()
|
D | test-ext-handle-scope-root.c | 34 static const jerry_object_native_info_t native_info = variable 43 jerry_set_object_native_pointer (obj, NULL, &native_info); in create_object()
|
D | test-ext-handle-scope-escape.c | 33 static const jerry_object_native_info_t native_info = variable 44 jerry_set_object_native_pointer (obj, NULL, &native_info); in create_object()
|
D | test-ext-handle-scope-remove.c | 33 static const jerry_object_native_info_t native_info = variable 44 jerry_set_object_native_pointer (obj, NULL, &native_info); in create_object()
|
D | test-ext-handle-scope-handle-prelist-escape.c | 36 static const jerry_object_native_info_t native_info = variable 51 jerry_set_object_native_pointer (obj, NULL, &native_info); in create_object()
|
D | test-ext-handle-scope-handle-prelist.c | 36 static const jerry_object_native_info_t native_info = variable 51 jerry_set_object_native_pointer (obj, NULL, &native_info); in create_object()
|
D | test-ext-handle-scope-nested.c | 36 static const jerry_object_native_info_t native_info = variable 51 jerry_set_object_native_pointer (obj, NULL, &native_info); in create_object_nested()
|
/third_party/jerryscript/tests/unit-core/ |
D | test-native-callback-nested.cpp | 42 static const jerry_object_native_info_t native_info = variable 78 jerry_set_object_native_pointer (obj, NULL, &native_info);
|