Searched refs:jScript (Results 1 – 2 of 2) sorted by relevance
102 const jerry_char_t *jScript = reinterpret_cast<const jerry_char_t *>(jsFrameworkScript); in LoadFramework() local108 retValue = jerry_exec_snapshot(reinterpret_cast<const uint32_t *>(jScript), len, 0, 1); in LoadFramework()110 retValue = jerry_eval(jScript, len, JERRY_PARSE_NO_OPTS); in LoadFramework()
40 const jerry_char_t *jScript = reinterpret_cast<const jerry_char_t *>(content); in SetUp() local41 viewModel_ = jerry_eval(jScript, strlen(content), JERRY_PARSE_NO_OPTS); in SetUp()