Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buke/quickjs-go
/ JS_IsException
Function
JS_IsException
deps/quickjs/quickjs.h:786–789 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
784
}
785
786
static inline bool JS_IsException(JSValueConst v)
787
{
788
return JS_VALUE_GET_TAG(v) == JS_TAG_EXCEPTION;
789
}
790
791
static inline bool JS_IsUninitialized(JSValueConst v)
792
{
Callers
15
CallPropertyByNameLen
Function · 0.85
DetectModuleSourceWithProbe
Function · 0.85
CreateClass
Function · 0.85
BindMembersToObject
Function · 0.85
BindMethodToObject
Function · 0.85
BindAccessorToObject
Function · 0.85
CreateClassInstance
Function · 0.85
LoadModuleBytecode
Function · 0.85
CreateModule
Function · 0.85
get_bool_option
Function · 0.85
js_std_writeFile
Function · 0.85
js_module_set_import_meta
Function · 0.85
Calls
no outgoing calls
Tested by
15
agent_start
Function · 0.68
eval_buf
Function · 0.68
run_test262_harness_test
Function · 0.68
cfunctions
Function · 0.68
sync_call
Function · 0.68
async_call
Function · 0.68
async_call_stack_overflow
Function · 0.68
raw_context_global_var
Function · 0.68
is_array
Function · 0.68
loader
Function · 0.68
module_serde
Function · 0.68
utf16_string
Function · 0.68