Searched refs:object_string (Results 1 – 9 of 9) sorted by relevance
60 } else if (raw_literal == ast_constants->object_string()) { in GetFlagForLiteral()
95 static const char * const object_string[kVulkanObjectTypeMax] = { variable
619 Local<String> object_string = in InitializeContextRuntime() local626 ->Get(context, object_string) in InitializeContextRuntime()
206 V(object_string, "Object") \
293 if (!ctor_name->Equals(v8_context, env->object_string()).FromMaybe(false) && in New()
339 V(_, object_string, "object") \
696 return Replace(jsgraph()->Constant(MakeRef(broker(), f->object_string()))); in ReduceTypeOf()
884 return isolate->factory()->object_string(); in TypeOf()
13651 result_var = HeapConstant(isolate()->factory()->object_string()); in Typeof()