Searched refs:CreateContextFromString (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| D | es2panda_public_test.cpp | 47 …es2panda_Context *ctx = impl_->CreateContextFromString(cfg_, "function main() {}", "no-error.ets"); in TEST_F() 56 … impl_->CreateContextFromString(cfg_, "function main() { let x: int = \"\" }", "type-error.ets"); in TEST_F() 76 es2panda_Context *ctx = impl_->CreateContextFromString(cfg_, text, "list-ids.ets"); in TEST_F()
|
| D | ast_verifier_test.cpp | 357 …es2panda_Context *ctx = impl_->CreateContextFromString(cfg_, PRIVATE_PROTECTED_PUBLIC_TEST, "dummy… in TEST_F() 382 es2panda_Context *ctx = impl_->CreateContextFromString(cfg_, text, "dummy.ets"); in TEST_F() 420 es2panda_Context *ctx = impl_->CreateContextFromString(cfg_, text, "dummy.ets"); in TEST_F() 459 es2panda_Context *ctx = impl_->CreateContextFromString(cfg_, text, "dummy.ets"); in TEST_F() 498 es2panda_Context *ctx = impl_->CreateContextFromString(cfg_, text, "dummy.ets"); in TEST_F() 539 es2panda_Context *ctx = impl_->CreateContextFromString(cfg_, text, "dummy.ets"); in TEST_F() 592 es2panda_Context *ctx = impl_->CreateContextFromString(cfg_, text, "dummy.ets"); in TEST_F() 645 es2panda_Context *ctx = impl_->CreateContextFromString(cfg_, text, "dummy.ets"); in TEST_F() 693 es2panda_Context *ctx = impl_->CreateContextFromString(cfg_, text, "dummy.ets"); in TEST_F() 730 es2panda_Context *ctx = impl_->CreateContextFromString(cfg_, text, "dummy.ets"); in TEST_F() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/ |
| D | checker_test.cpp | 53 es2panda_Context *ctx = impl_->CreateContextFromString(cfg_, text, "dummy.ets"); in TEST_F()
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.h | 129 …es2panda_Context *(*CreateContextFromString)(es2panda_Config *config, char const *source, char con… member
|
| D | es2panda_lib.cpp | 492 extern "C" es2panda_Context *CreateContextFromString(es2panda_Config *config, char const *source, c… in CreateContextFromString() function 2389 CreateContextFromString,
|