Searched refs:Stringify (Results 1 - 17 of 17) sorted by relevance

/external/v8/src/
H A Dd8.js26 function Stringify(x, depth) { function
51 {}.hasOwnProperty.call(x, i) ? Stringify(x[i], depth - 1) : "");
66 if (IS_SYMBOL(name)) name = "[" + Stringify(name) + "]";
68 props.push(name + ": " + Stringify(desc.value, depth - 1));
71 var getter = Stringify(desc.get);
75 var setter = Stringify(desc.set);
91 return '[' + proxy_type + ' Proxy ' + Stringify(info_object, depth-1) + ']';
94 return Stringify;
H A Djson-stringifier.h20 MUST_USE_RESULT MaybeHandle<Object> Stringify(Handle<Object> object,
H A Dd8.h473 static Local<String> Stringify(Isolate* isolate, Local<Value> value);
H A Djson-stringifier.cc90 MaybeHandle<Object> JsonStringifier::Stringify(Handle<Object> object, function in class:v8::internal::JsonStringifier
H A Dd8.cc550 v8::String::Utf8Value str(Stringify(isolate, result));
1411 Local<String> Shell::Stringify(Isolate* isolate, Local<Value> value) { function in class:v8::Shell
1692 JSON::Stringify(context, dispatch_counters).ToLocalChecked());
H A Dapi.cc3102 MaybeLocal<String> JSON::Stringify(Local<Context> context, function in class:v8::JSON
3105 PREPARE_FOR_EXECUTION(context, JSON, Stringify, String);
3113 .Stringify(object, replacer, gap_string)
/external/v8/src/builtins/
H A Dbuiltins-json.cc39 stringifier.Stringify(object, replacer, indent));
/external/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp58 Lexer::Stringify(Pathname);
/external/clang/include/clang/Lex/
H A DLexer.h228 /// Stringify - Convert the specified string into a C string by escaping '\'
231 static std::string Stringify(StringRef Str, bool Charify = false);
233 /// Stringify - Convert the specified string into a C string by escaping '\'
235 static void Stringify(SmallVectorImpl<char> &Str);
/external/clang/lib/Lex/
H A DMacroArgs.cpp204 // Stringify all the tokens.
226 std::string Str = Lexer::Stringify(TokStr);
H A DLexer.cpp200 /// Stringify - Convert the specified string into a C string, with surrounding
202 std::string Lexer::Stringify(StringRef Str, bool Charify) { function in class:Lexer
214 /// Stringify - Convert the specified string into a C string by escaping '\'
216 void Lexer::Stringify(SmallVectorImpl<char> &Str) { function in class:Lexer
H A DPPMacroExpansion.cpp1604 Lexer::Stringify(FN);
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h703 /*! @function Stringify
705 @abstract Stringify's an expression.
709 Stringify macros to process raw text passed via -D options to C string constants. The double-wrapping is necessary
718 printf( "%s", Stringify( kMyConstant ) ); // Prints "kMyConstant"
728 printf( "%s", Stringify( kMyConstant ) ); // Prints "kMyConstant"
734 #define Stringify( X ) # X macro
735 #define StringifyExpansion( X ) Stringify( X )
/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1623 LineString += Lexer::Stringify(PLoc.getFilename());
3064 LineString += Lexer::Stringify(PLoc.getFilename());
/external/v8/include/
H A Dv8.h1693 static V8_WARN_UNUSED_RESULT MaybeLocal<String> Stringify(
/external/sqlite/dist/orig/
H A Dsqlite3.c78529 #define Stringify macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c78529 #define Stringify macro
[all...]

Completed in 2849 milliseconds