JSVal
mozjs_
sys
0.128.9-0
JSVal
Aliased type
Methods
asBits
is_bigint
is_boolean
is_double
is_gcthing
is_int32
is_magic
is_markable
is_null
is_null_or_undefined
is_number
is_object
is_object_or_null
is_primitive
is_string
is_symbol
is_undefined
to_bigint
to_boolean
to_double
to_gcthing
to_int32
to_number
to_object
to_object_or_null
to_private
to_string
to_symbol
trace_kind
Trait Implementations
Clone
Copy
Debug
Default
GCMethods
Initialize
PartialEq
RootKind
StructuralPartialEq
Traceable
In mozjs_
sys::
jsval
Enums
ValueShiftedTag
ValueTag
Constants
JSVAL_PAYLOAD_MASK
JSVAL_TAG_MAX_DOUBLE
JSVAL_TAG_SHIFT
Functions
AsJSVal
BigIntValue
BooleanValue
BuildJSVal
DoubleValue
Int32Value
JS_ARGV
JS_CALLEE
NullValue
ObjectOrNullValue
ObjectValue
PrivateValue
StringValue
SymbolValue
UInt32Value
UndefinedValue
Type Aliases
JSVal
mozjs_sys
::
jsval
Type Alias
JSVal
Copy item path
Settings
Help
Summary
Source
pub type JSVal =
Value
;
Aliased Type
§
struct JSVal {
/* private fields */
}
Implementations
§
Source
§
impl
JSVal
Source
fn
asBits
(&self) ->
u64
Source
pub fn
is_undefined
(&self) ->
bool
Source
pub fn
is_null
(&self) ->
bool
Source
pub fn
is_null_or_undefined
(&self) ->
bool
Source
pub fn
is_boolean
(&self) ->
bool
Source
pub fn
is_int32
(&self) ->
bool
Source
pub fn
is_double
(&self) ->
bool
Source
pub fn
is_number
(&self) ->
bool
Source
pub fn
is_primitive
(&self) ->
bool
Source
pub fn
is_string
(&self) ->
bool
Source
pub fn
is_object
(&self) ->
bool
Source
pub fn
is_object_or_null
(&self) ->
bool
Source
pub fn
is_magic
(&self) ->
bool
Source
pub fn
is_symbol
(&self) ->
bool
Source
pub fn
is_bigint
(&self) ->
bool
Source
pub fn
is_gcthing
(&self) ->
bool
Source
pub fn
to_boolean
(&self) ->
bool
Source
pub fn
to_int32
(&self) ->
i32
Source
pub fn
to_double
(&self) ->
f64
Source
pub fn
to_number
(&self) ->
f64
Source
pub fn
to_string
(&self) ->
*mut
JSString
Source
pub fn
to_object
(&self) ->
*mut
JSObject
Source
pub fn
to_object_or_null
(&self) ->
*mut
JSObject
Source
pub fn
to_symbol
(&self) ->
*mut
Symbol
Source
pub fn
to_bigint
(&self) ->
*mut
BigInt
Source
pub fn
to_private
(&self) ->
*const
c_void
Source
pub fn
to_gcthing
(&self) ->
*mut
c_void
Source
pub fn
is_markable
(&self) ->
bool
Source
pub fn
trace_kind
(&self) ->
TraceKind
Trait Implementations
§
Source
§
impl
Default
for
JSVal
Source
§
fn
default
() ->
JSVal
Returns the “default value” for a type.
Read more
Source
§
impl
Clone
for
Value
Source
§
fn
clone
(&self) ->
Value
Returns a copy of the value.
Read more
1.0.0
·
Source
§
fn
clone_from
(&mut self, source: &Self)
Performs copy-assignment from
source
.
Read more
Source
§
impl
Debug
for
Value
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
Source
§
impl
GCMethods
for
Value
Source
§
unsafe fn
post_barrier
(v:
*mut
Value
, prev:
Value
, next:
Value
)
Place a post-write barrier
Source
§
unsafe fn
initial
() -> Self
Create a default value
Source
§
impl
Initialize
for
Value
Source
§
unsafe fn
initial
() ->
Option
<
Value
>
Create a default value. If there is no meaningful default possible, returns None. SAFETY: The default must not be a value that can be meaningfully garbage collected.
Source
§
impl
PartialEq
for
Value
Source
§
fn
eq
(&self, other: &
Value
) ->
bool
Tests for
self
and
other
values to be equal, and is used by
==
.
1.0.0
·
Source
§
fn
ne
(&self, other:
&Rhs
) ->
bool
Tests for
!=
. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source
§
impl
RootKind
for
Value
Source
§
const
VTABLE
: Self::
Vtable
= ()
Source
§
const
KIND
:
RootKind
= JS::RootKind::Value
Source
§
type
Vtable
=
()
Source
§
impl
Traceable
for
Value
Source
§
unsafe fn
trace
(&self, trc:
*mut
JSTracer
)
Trace
self
.
Source
§
impl
Copy
for
Value
Source
§
impl
StructuralPartialEq
for
Value