Home
last modified time | relevance | path

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

/third_party/quickjs/
Dquickjs.c34080 static int JS_WriteFunctionBytecode(BCWriterState *s, in JS_WriteFunctionBytecode() function
34341 if (JS_WriteFunctionBytecode(s, b->byte_code_buf, b->byte_code_len)) in JS_WriteFunctionTag()