Searched refs:ToThisString (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-string-gen.cc | 364 TNode<String> string = ToThisString(context, receiver, method_name); in GenerateStringAt() 803 receiver = ToThisString(context, receiver, "String.prototype.concat"); in TF_BUILTIN() 1231 ToThisString(context, receiver, "String.prototype.repeat"); in TF_BUILTIN() 1637 Node* const receiver_string = ToThisString(context, receiver, method_name); in Generate() 2020 ToThisString(context, receiver, "String.prototype.substr"); in TF_BUILTIN() 2174 ToThisString(context, receiver, "String.prototype.substring"); in TF_BUILTIN() 2244 TNode<String> const string = ToThisString(context, receiver, method_name); in Generate() 2403 ToThisString(context, receiver, "String.prototype[Symbol.iterator]"); in TF_BUILTIN() 2551 Node* const string = ToThisString(context, receiver, method_name); in Generate() 2563 Node* const string = ToThisString(context, receiver, method_name); in GenerateWithAttribute()
|
D | builtins-intl-gen.cc | 141 ToThisString(context, maybe_string, "String.prototype.toLowerCase"); in TF_BUILTIN()
|
/external/v8/src/ |
D | code-stub-assembler.h | 1692 TNode<String> ToThisString(Node* context, Node* value,
|
D | code-stub-assembler.cc | 4964 TNode<String> CodeStubAssembler::ToThisString(Node* context, Node* value, in ToThisString() function in v8::internal::CodeStubAssembler
|