Lines Matching refs:string
56 #include "src/objects/string.h"
285 std::string name;
1902 // Unfinalized scripts don't yet have the proper source string attached and
2477 // Run Embedder-mandated checks before generating code from a string.
2479 // Returns a string to be used for compilation, or a flag that an object type
2480 // was encountered that is neither a string, nor something the embedder knows
2484 // - !source.is_null(): compilation allowed, source contains the source string.
2504 // Check if the context allows code generation for this string.
2524 // Double-check that we really have a string now.
2560 // Raise an EvalError if we did not receive a string.
2570 // Compile source string in the native context.