Home
last modified time | relevance | path

Searched refs:CreateContextFromString (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Des2panda_public_test.cpp47 …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()
Dast_verifier_test.cpp357 …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/
Dchecker_test.cpp53 es2panda_Context *ctx = impl_->CreateContextFromString(cfg_, text, "dummy.ets"); in TEST_F()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.h129 …es2panda_Context *(*CreateContextFromString)(es2panda_Config *config, char const *source, char con… member
Des2panda_lib.cpp492 extern "C" es2panda_Context *CreateContextFromString(es2panda_Config *config, char const *source, c… in CreateContextFromString() function
2389 CreateContextFromString,