[js-interop] Add Konan_js_getInt stub for targets without JS interop
This commit is contained in:
@@ -37,6 +37,13 @@ RUNTIME_NORETURN void Konan_js_pushIntToArena(Arena arena, KInt value) {
|
|||||||
RuntimeAssert(false, "JavaScript interop is disabled");
|
RuntimeAssert(false, "JavaScript interop is disabled");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
RUNTIME_NORETURN KInt Konan_js_getInt(Arena arena,
|
||||||
|
Object obj,
|
||||||
|
Pointer propertyPtr,
|
||||||
|
KInt propertyLen) {
|
||||||
|
RuntimeAssert(false, "JavaScript interop is disabled");
|
||||||
|
}
|
||||||
|
|
||||||
RUNTIME_NORETURN KInt Konan_js_getProperty(Arena arena,
|
RUNTIME_NORETURN KInt Konan_js_getProperty(Arena arena,
|
||||||
Object obj,
|
Object obj,
|
||||||
Pointer propertyPtr,
|
Pointer propertyPtr,
|
||||||
|
|||||||
Reference in New Issue
Block a user