Home
last modified time | relevance | path

Searched refs:DISALLOW_NULLS (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/
Dlog.cc876 String::cast(key)->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL); in ApiNamedSecurityCheck()
884 DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL); in ApiNamedSecurityCheck()
1045 class_name_obj->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL); in ApiNamedPropertyAccess()
1048 String::cast(name)->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL); in ApiNamedPropertyAccess()
1058 DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL); in ApiNamedPropertyAccess()
1071 class_name_obj->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL); in ApiIndexedPropertyAccess()
1080 class_name_obj->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL); in ApiObjectAccess()
1128 String::cast(name)->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL); in CallbackEventInternal()
1136 DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL); in CallbackEventInternal()
1231 String::cast(name)->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL); in CodeCreateEvent()
[all …]
Dmessages.cc29 data_str = Handle<String>::cast(data)->ToCString(DISALLOW_NULLS); in DefaultMessageReport()
161 return GetMessage(isolate, data)->ToCString(DISALLOW_NULLS); in GetLocalizedMessage()
Dgdb-jit.cc1132 scope->parameter(param)->name()->ToCString(DISALLOW_NULLS).get()); in WriteBodyInternal()
1183 stack_locals[local]->name()->ToCString(DISALLOW_NULLS).get()); in WriteBodyInternal()
2009 Handle<String>::cast(name)->ToCString(DISALLOW_NULLS); in AddCode()
Dprofile-generator.cc94 str->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL, 0, length, in GetName()
Dobjects-printer.cc808 source->ToCString(DISALLOW_NULLS, in SharedFunctionInfoPrint()
Dframes.cc799 script_name->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL); in PrintFunctionAndOffset()
Dheap-snapshot-generator.cc2075 DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL).get()) : in SetPropertyReference()
Dobjects.h8335 enum AllowNullsFlag {ALLOW_NULLS, DISALLOW_NULLS}; enumerator
8759 AllowNullsFlag allow_nulls = DISALLOW_NULLS,
Druntime.cc13801 arg->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL); in RUNTIME_FUNCTION()
Dobjects.cc8032 if (allow_nulls == DISALLOW_NULLS && character == 0) { in ToCString()