Lines Matching defs:For
7 #include <string.h> // For memcpy, strlen.
11 #include <cmath> // For isnan.
584 for (int i = 0; i < num_templates; i++) {
594 for (int i = 0; i < num_additional_contexts; i++) {
618 for (int i = 0; i < num_additional_contexts; i++) {
644 for (int i = 0; i < num_additional_contexts; i++) {
664 for (const auto& context_snapshot : context_snapshots) {
848 // Reserve no more than 1/8 of the memory for the code range, but at most
1328 // function templates when the isolate is created for serialization.
2253 for (int i = 0; i < length; ++i) {
2263 for (int i = 0; i < length; ++i) {
2297 for (size_t i = 0; i < arguments_count; ++i) {
2349 for (size_t i = 0; i < context_extension_count; ++i) {
2542 // Special handling for simulators which have a separate JS stack.
2559 // Special handling for simulators which have a separate JS stack.
2575 // for reuse. capture_message_ needs to be disabled so that Throw()
2627 // Check for out of memory exception.
5322 // Helpers for ContainsOnlyOneByteHelper
5367 for (int i = 0; i < inner_loops; i++) {
5371 // Check for early return.
5466 // Add in length 1 for each non-Latin1 character.
5467 for (int i = 0; i < length; i++) {
5470 // Add in length 1 for each character.
5478 for (int i = 0; i < length; i++) {
5679 for (int j = 0; j < written; j++) {
5725 for (; i < fast_length; i++) {
5731 for (; i < fast_length; i++) {
5752 for (; i < length && remaining_capacity > 0; i++) {
5831 for right branch.
5847 str = i::String::Flatten(str); // Flatten the string for efficiency.
5901 // Flatten the string for efficiency. This applies whether we are
6111 for (int i = 0; i < argc; i++) {
6124 // Obscure semantics for undefined, but somehow checked in our unit tests...
6280 // Create a fresh template for the global proxy object.
6306 for other interceptors. If the global constructor has
6610 // anonymous namespace for string creation helper functions
6746 // If we are steering towards a range error, do not wait for the error to be
7210 for (int i = 0; i < capacity; ++i) {
7315 for (int i = 0; i < capacity; ++i) {
7880 Local<Symbol> v8::Symbol::For(Isolate* isolate, Local<String> name) {
8653 // Ensure that logging is initialized for our isolate.
8740 for (int i = 0; i < listeners->length(); i++) {
9132 for (i::StackTraceFrameIterator it(isolate); !it.done(); it.Advance()) {
9173 for (int i = 0; i < line_ends->length(); ++i) {
9276 for (const auto& it : offsets) {
9298 // TODO(clemensh): Return the proper thing for wasm.
10139 // Iterate over all handles in the blocks except for the last.
10140 for (int i = blocks()->length() - 2; i >= 0; --i) {
10164 for (unsigned i = 0; i < arraysize(context_lists); i++) {
10198 // We should not need to check for SealHandleScope here. Assert this.
10228 for (int i = 0; i < blocks_.length(); i++) {
10245 for (int i = 1; i < blocks_.length(); i++) {