Searched refs:valptr_ (Results 1 – 1 of 1) sorted by relevance
41 void* valptr_; // Pointer to the global flag variable. member54 return reinterpret_cast<bool*>(valptr_); in bool_variable()59 return reinterpret_cast<MaybeBoolFlag*>(valptr_); in maybe_bool_variable()64 return reinterpret_cast<int*>(valptr_); in int_variable()69 return reinterpret_cast<double*>(valptr_); in float_variable()74 return *reinterpret_cast<const char**>(valptr_); in string_value()79 const char** ptr = reinterpret_cast<const char**>(valptr_); in set_string_value()87 return reinterpret_cast<JSArguments*>(valptr_); in args_variable()