Home | History | Annotate | Download | only in src

Lines Matching refs:function_string

547     Handle<String> function_string = Handle<String>::cast(function_name);
551 (StringIndexOf(isolate, function_string, type_string) == 0);
557 builder->AppendString(function_string);
561 if (!StringEndsWithMethodName(isolate, function_string, method_string)) {