File tree Expand file tree Collapse file tree 22 files changed +0
-244
lines changed
variant-quickjs-ng-wasmfile-debug-asyncify/src
variant-quickjs-ng-wasmfile-debug-sync/src
variant-quickjs-ng-wasmfile-release-asyncify/src
variant-quickjs-ng-wasmfile-release-sync/src
variant-quickjs-singlefile-browser-debug-asyncify/src
variant-quickjs-singlefile-browser-debug-sync/src
variant-quickjs-singlefile-browser-release-asyncify/src
variant-quickjs-singlefile-browser-release-sync/src
variant-quickjs-singlefile-cjs-debug-asyncify/src
variant-quickjs-singlefile-cjs-debug-sync/src
variant-quickjs-singlefile-cjs-release-asyncify/src
variant-quickjs-singlefile-cjs-release-sync/src
variant-quickjs-singlefile-mjs-debug-asyncify/src
variant-quickjs-singlefile-mjs-debug-sync/src
variant-quickjs-singlefile-mjs-release-asyncify/src
variant-quickjs-singlefile-mjs-release-sync/src
variant-quickjs-wasmfile-debug-asyncify/src
variant-quickjs-wasmfile-debug-sync/src
variant-quickjs-wasmfile-release-asyncify/src
variant-quickjs-wasmfile-release-sync/src Expand file tree Collapse file tree 22 files changed +0
-244
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,6 @@ export interface QuickJSAsyncFFI {
38
38
/** Set at compile time. */
39
39
readonly DEBUG : boolean
40
40
41
- QTS_GetRuntimeData : ( rt : JSRuntimePointer ) => QTS_RuntimeDataPointer
42
- QTS_GetContextData : ( ctx : JSContextPointer ) => QTS_RuntimeDataPointer
43
41
QTS_Throw : ( ctx : JSContextPointer , error : JSValuePointer | JSValueConstPointer ) => JSValuePointer
44
42
QTS_NewError : ( ctx : JSContextPointer ) => JSValuePointer
45
43
QTS_RuntimeSetMemoryLimit : ( rt : JSRuntimePointer , limit : number ) => void
Original file line number Diff line number Diff line change @@ -37,8 +37,6 @@ export interface QuickJSFFI {
37
37
/** Set at compile time. */
38
38
readonly DEBUG : boolean
39
39
40
- QTS_GetRuntimeData : ( rt : JSRuntimePointer ) => QTS_RuntimeDataPointer
41
- QTS_GetContextData : ( ctx : JSContextPointer ) => QTS_RuntimeDataPointer
42
40
QTS_Throw : ( ctx : JSContextPointer , error : JSValuePointer | JSValueConstPointer ) => JSValuePointer
43
41
QTS_NewError : ( ctx : JSContextPointer ) => JSValuePointer
44
42
QTS_RuntimeSetMemoryLimit : ( rt : JSRuntimePointer , limit : number ) => void
Original file line number Diff line number Diff line change @@ -39,18 +39,6 @@ export class QuickJSAsyncFFI {
39
39
/** Set at compile time. */
40
40
readonly DEBUG = true
41
41
42
- QTS_GetRuntimeData : ( rt : JSRuntimePointer ) => QTS_RuntimeDataPointer = this . module . cwrap (
43
- "QTS_GetRuntimeData" ,
44
- "number" ,
45
- [ "number" ] ,
46
- )
47
-
48
- QTS_GetContextData : ( ctx : JSContextPointer ) => QTS_RuntimeDataPointer = this . module . cwrap (
49
- "QTS_GetContextData" ,
50
- "number" ,
51
- [ "number" ] ,
52
- )
53
-
54
42
QTS_Throw : (
55
43
ctx : JSContextPointer ,
56
44
error : JSValuePointer | JSValueConstPointer ,
Original file line number Diff line number Diff line change @@ -38,18 +38,6 @@ export class QuickJSFFI {
38
38
/** Set at compile time. */
39
39
readonly DEBUG = true
40
40
41
- QTS_GetRuntimeData : ( rt : JSRuntimePointer ) => QTS_RuntimeDataPointer = this . module . cwrap (
42
- "QTS_GetRuntimeData" ,
43
- "number" ,
44
- [ "number" ] ,
45
- )
46
-
47
- QTS_GetContextData : ( ctx : JSContextPointer ) => QTS_RuntimeDataPointer = this . module . cwrap (
48
- "QTS_GetContextData" ,
49
- "number" ,
50
- [ "number" ] ,
51
- )
52
-
53
41
QTS_Throw : (
54
42
ctx : JSContextPointer ,
55
43
error : JSValuePointer | JSValueConstPointer ,
Original file line number Diff line number Diff line change @@ -39,18 +39,6 @@ export class QuickJSAsyncFFI {
39
39
/** Set at compile time. */
40
40
readonly DEBUG = false
41
41
42
- QTS_GetRuntimeData : ( rt : JSRuntimePointer ) => QTS_RuntimeDataPointer = this . module . cwrap (
43
- "QTS_GetRuntimeData" ,
44
- "number" ,
45
- [ "number" ] ,
46
- )
47
-
48
- QTS_GetContextData : ( ctx : JSContextPointer ) => QTS_RuntimeDataPointer = this . module . cwrap (
49
- "QTS_GetContextData" ,
50
- "number" ,
51
- [ "number" ] ,
52
- )
53
-
54
42
QTS_Throw : (
55
43
ctx : JSContextPointer ,
56
44
error : JSValuePointer | JSValueConstPointer ,
Original file line number Diff line number Diff line change @@ -38,18 +38,6 @@ export class QuickJSFFI {
38
38
/** Set at compile time. */
39
39
readonly DEBUG = false
40
40
41
- QTS_GetRuntimeData : ( rt : JSRuntimePointer ) => QTS_RuntimeDataPointer = this . module . cwrap (
42
- "QTS_GetRuntimeData" ,
43
- "number" ,
44
- [ "number" ] ,
45
- )
46
-
47
- QTS_GetContextData : ( ctx : JSContextPointer ) => QTS_RuntimeDataPointer = this . module . cwrap (
48
- "QTS_GetContextData" ,
49
- "number" ,
50
- [ "number" ] ,
51
- )
52
-
53
41
QTS_Throw : (
54
42
ctx : JSContextPointer ,
55
43
error : JSValuePointer | JSValueConstPointer ,
Original file line number Diff line number Diff line change @@ -39,18 +39,6 @@ export class QuickJSAsyncFFI {
39
39
/** Set at compile time. */
40
40
readonly DEBUG = true
41
41
42
- QTS_GetRuntimeData : ( rt : JSRuntimePointer ) => QTS_RuntimeDataPointer = this . module . cwrap (
43
- "QTS_GetRuntimeData" ,
44
- "number" ,
45
- [ "number" ] ,
46
- )
47
-
48
- QTS_GetContextData : ( ctx : JSContextPointer ) => QTS_RuntimeDataPointer = this . module . cwrap (
49
- "QTS_GetContextData" ,
50
- "number" ,
51
- [ "number" ] ,
52
- )
53
-
54
42
QTS_Throw : (
55
43
ctx : JSContextPointer ,
56
44
error : JSValuePointer | JSValueConstPointer ,
Original file line number Diff line number Diff line change @@ -38,18 +38,6 @@ export class QuickJSFFI {
38
38
/** Set at compile time. */
39
39
readonly DEBUG = true
40
40
41
- QTS_GetRuntimeData : ( rt : JSRuntimePointer ) => QTS_RuntimeDataPointer = this . module . cwrap (
42
- "QTS_GetRuntimeData" ,
43
- "number" ,
44
- [ "number" ] ,
45
- )
46
-
47
- QTS_GetContextData : ( ctx : JSContextPointer ) => QTS_RuntimeDataPointer = this . module . cwrap (
48
- "QTS_GetContextData" ,
49
- "number" ,
50
- [ "number" ] ,
51
- )
52
-
53
41
QTS_Throw : (
54
42
ctx : JSContextPointer ,
55
43
error : JSValuePointer | JSValueConstPointer ,
Original file line number Diff line number Diff line change @@ -39,18 +39,6 @@ export class QuickJSAsyncFFI {
39
39
/** Set at compile time. */
40
40
readonly DEBUG = false
41
41
42
- QTS_GetRuntimeData : ( rt : JSRuntimePointer ) => QTS_RuntimeDataPointer = this . module . cwrap (
43
- "QTS_GetRuntimeData" ,
44
- "number" ,
45
- [ "number" ] ,
46
- )
47
-
48
- QTS_GetContextData : ( ctx : JSContextPointer ) => QTS_RuntimeDataPointer = this . module . cwrap (
49
- "QTS_GetContextData" ,
50
- "number" ,
51
- [ "number" ] ,
52
- )
53
-
54
42
QTS_Throw : (
55
43
ctx : JSContextPointer ,
56
44
error : JSValuePointer | JSValueConstPointer ,
Original file line number Diff line number Diff line change @@ -38,18 +38,6 @@ export class QuickJSFFI {
38
38
/** Set at compile time. */
39
39
readonly DEBUG = false
40
40
41
- QTS_GetRuntimeData : ( rt : JSRuntimePointer ) => QTS_RuntimeDataPointer = this . module . cwrap (
42
- "QTS_GetRuntimeData" ,
43
- "number" ,
44
- [ "number" ] ,
45
- )
46
-
47
- QTS_GetContextData : ( ctx : JSContextPointer ) => QTS_RuntimeDataPointer = this . module . cwrap (
48
- "QTS_GetContextData" ,
49
- "number" ,
50
- [ "number" ] ,
51
- )
52
-
53
41
QTS_Throw : (
54
42
ctx : JSContextPointer ,
55
43
error : JSValuePointer | JSValueConstPointer ,
You can’t perform that action at this time.
0 commit comments