diff --git a/ets2panda/compiler/scripts/signatures.yaml b/ets2panda/compiler/scripts/signatures.yaml index 69bbffc8994d360e25d29ade7289f9c3c469849d..20746ed7eb6d60304d1cb092cfe9ec90c74a5a1f 100644 --- a/ets2panda/compiler/scripts/signatures.yaml +++ b/ets2panda/compiler/scripts/signatures.yaml @@ -1141,6 +1141,12 @@ signatures: return_type: PRIMITIVE_BOOLEAN ref: BUILTIN_JSRUNTIME_INSTANCE_OF + - callee: BUILTIN_JSVALUE + method_name: toString + params: [] + return_type: PRIMITIVE_STRING + ref: BUILTIN_JSVALUE_TO_STRING + - callee: BUILTIN_BOX method_name: $CTOR params: []