Searched defs:cache (Results 1 – 3 of 3) sorted by relevance
146 JSVM_Script Compile(JSVM_Value js_str, const uint8_t *cache, size_t size) in Compile()165 JSVM_Script Compile(const char *s, const uint8_t *cache, size_t size) in Compile()
320 std::vector<uint8_t> cache; local
8714 uint8_t *cache; in testCompileScriptWithOptions() local