xref: /third_party/jerryscript/jerry-core/include/jerryscript_adapter.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/jerryscript/jerry-core/include/
1425bb815Sopenharmony_ci/*
2425bb815Sopenharmony_ci * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
3425bb815Sopenharmony_ci * Description: Header file for memory init in JUPITER.
4425bb815Sopenharmony_ci * Create: 2021/01/24
5425bb815Sopenharmony_ci */
6425bb815Sopenharmony_ci
7425bb815Sopenharmony_ci#ifndef JERRYSCRIPT_ADAPTER_H
8425bb815Sopenharmony_ci#define JERRYSCRIPT_ADAPTER_H
9425bb815Sopenharmony_ci
10425bb815Sopenharmony_ci#ifdef __cplusplus
11425bb815Sopenharmony_ciextern "C"
12425bb815Sopenharmony_ci{
13425bb815Sopenharmony_ci#endif /* __cplusplus */
14425bb815Sopenharmony_ci
15425bb815Sopenharmony_civoid JerryPsRamMemInit();
16425bb815Sopenharmony_civoid JerryBmsPsRamMemInit();
17425bb815Sopenharmony_civoid JerryInitContextRecords();
18425bb815Sopenharmony_ci
19425bb815Sopenharmony_ci#ifdef __cplusplus
20425bb815Sopenharmony_ci}
21425bb815Sopenharmony_ci#endif /* __cplusplus */
22425bb815Sopenharmony_ci#endif // JERRYSCRIPT_ADAPTER_H

Indexes created Thu Nov 07 10:32:03 CST 2024