[oden] JavaScript, god help me
This commit is contained in:
parent
16e6f1304c
commit
8d7dd789ed
6 changed files with 92 additions and 4 deletions
|
|
@ -129,6 +129,14 @@ JSValue JS_MakeException_real() {
|
|||
return JS_EXCEPTION;
|
||||
}
|
||||
|
||||
JSValue JS_MakeNull_real() {
|
||||
return JS_NULL;
|
||||
}
|
||||
|
||||
JSValue JS_MakeUndefined_real() {
|
||||
return JS_UNDEFINED;
|
||||
}
|
||||
|
||||
void *JS_ValueGetPtr_real(JSValue val) {
|
||||
return JS_VALUE_GET_PTR(val);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue