Searched refs:if_detached (Results 1 – 2 of 2) sorted by relevance
489 Label construct(this), if_detached(this), if_notdetached(this), in ConstructByTypedArray() local496 Branch(IsDetachedBuffer(source_buffer), &if_detached, &if_notdetached); in ConstructByTypedArray()500 BIND(&if_detached); in ConstructByTypedArray()
12035 Label if_detached(this, Label::kDeferred), if_not_detached(this); in ThrowIfArrayBufferIsDetached() local12036 Branch(IsDetachedBuffer(array_buffer), &if_detached, &if_not_detached); in ThrowIfArrayBufferIsDetached()12037 BIND(&if_detached); in ThrowIfArrayBufferIsDetached()