18 if (
args.length() == 1) {
20 CHECK(IsString(*description) || IsUndefined(*description, isolate));
21 if (IsString(*description))
32 symbol->set_is_private_brand();
49 builder.AppendCStringLiteral(
"Symbol(");
50 if (IsString(symbol->description())) {
54 builder.AppendCharacter(
')');
63 return isolate->heap()->ToBoolean(symbol->is_private());
#define RUNTIME_FUNCTION(Name)
#define RETURN_RESULT_OR_FAILURE(isolate, call)
base::Vector< const DirectHandle< Object > > args
V8_INLINE DirectHandle< T > direct_handle(Tagged< T > object, Isolate *isolate)
Tagged< To > Cast(Tagged< From > value, const v8::SourceLocation &loc=INIT_SOURCE_LOCATION_IN_DEBUG)
#define DCHECK_GE(v1, v2)
#define DCHECK_EQ(v1, v2)