Searched refs:NEW_STRING (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 6848 #define NEW_STRING(isolate, class_name, function_name, Char, data, type, \ macro 6882 NEW_STRING(isolate, String, NewFromUtf8, char, data, type, length); in NewFromUtf8() 6888 NEW_STRING(isolate, String, NewFromOneByte, uint8_t, data, type, length); in NewFromOneByte() 6895 NEW_STRING(isolate, String, NewFromTwoByte, uint16_t, data, type, length); in NewFromTwoByte() 10707 #undef NEW_STRING macro
|
Completed in 24 milliseconds