Lines Matching defs:from
179 // This might impact direct concurrent reads from TF if we are resetting
224 // The generated code can contain embedded objects (typically from
288 // fact that no allocation will happen from this point on.
316 // fact that no allocation will happen from this point on.
551 // from number of buckets. If we decide to change kLoadFactor
665 Handle<String> Factory::InternalizeString(Handle<SeqString> string, int from,
667 SeqSubStringKey<SeqString> key(isolate(), string, from, length,
673 Handle<SeqOneByteString> string, int from, int length,
676 Handle<SeqTwoByteString> string, int from, int length,
886 // This method may be called concurrently, so snapshot the map from the input
1261 // TODO(ishell): Take the details from CatchContext class.
1282 // TODO(ishell): Take the details from DebugEvaluateContextContext class.
1303 // TODO(ishell): Take the details from WithContext class.
2241 // Make sure to use globals from the function's context, since the function
2242 // can be from a different context.
2307 // The trampoline code object must inherit specific flags from the original
2470 // The global object might be created from an object template with accessors.
2529 // created from API functions expect their embedder fields to be initialized
2536 // to different elements kind from the initial map on which we track slack.
3103 // Maintain invariant expected from any JSGlobalProxy.
3149 // Reinitialize the object from the constructor map.
3227 // We tenure the allocated string since it is referenced from the
3363 // Build the string backwards from the least significant digit.